Skip to content

Commit

Permalink
fix: propagate accessibility feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Jan 31, 2025
1 parent 6949649 commit c1a7ecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace]
members = [
"packages/blitz-traits",
"packages/blitz-dom",
"packages/blitz-dom",
"packages/blitz-html",
"packages/blitz-net",
"packages/blitz-renderer-vello",
Expand Down
4 changes: 3 additions & 1 deletion packages/dioxus-native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
default = ["accessibility", "hot-reload", "menu", "tracing", "net", "svg"]
svg = ["blitz-dom/svg", "blitz-renderer-vello/svg"]
net = ["dep:tokio", "dep:blitz-net"]
accessibility = ["blitz-shell/accessibility"]
accessibility = ["blitz-shell/accessibility", "blitz-dom/accessibility"]
menu = ["blitz-shell/menu"]
tracing = ["dep:tracing", "blitz-shell/tracing", "blitz-dom/tracing"]
hot-reload = ["dep:dioxus-cli-config", "dep:dioxus-devtools"]
Expand Down Expand Up @@ -39,6 +39,8 @@ tracing = { workspace = true, optional = true }
rustc-hash = { workspace = true }
futures-util = { workspace = true }



[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit c1a7ecf

Please sign in to comment.