We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4f041 commit 8cdd3a3Copy full SHA for 8cdd3a3
Cargo.toml
@@ -136,7 +136,7 @@ anyrender_vello_cpu = { path = "./packages/anyrender_vello_cpu" }
136
blitz-shell = { path = "./packages/blitz-shell" }
137
blitz-net = { path = "./packages/blitz-net" }
138
blitz = { path = "./packages/blitz", features = ["net"] }
139
-mini-dxn = { path = "./packages/mini-dxn", features = ["tracing"] }
+mini-dxn = { path = "./packages/mini-dxn", features = ["tracing", "autofocus"] }
140
dioxus = { workspace = true }
141
euclid = { workspace = true }
142
reqwest = { workspace = true }
0 commit comments