Skip to content

Commit 8cdd3a3

Browse files
committed
Enable autofocus feature for examples
Signed-off-by: Nico Burns <[email protected]>
1 parent ea4f041 commit 8cdd3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ anyrender_vello_cpu = { path = "./packages/anyrender_vello_cpu" }
136136
blitz-shell = { path = "./packages/blitz-shell" }
137137
blitz-net = { path = "./packages/blitz-net" }
138138
blitz = { path = "./packages/blitz", features = ["net"] }
139-
mini-dxn = { path = "./packages/mini-dxn", features = ["tracing"] }
139+
mini-dxn = { path = "./packages/mini-dxn", features = ["tracing", "autofocus"] }
140140
dioxus = { workspace = true }
141141
euclid = { workspace = true }
142142
reqwest = { workspace = true }

0 commit comments

Comments
 (0)