Skip to content

Commit

Permalink
Enable net feature for examples
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Dec 20, 2024
1 parent cfeea1d commit a2305ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ blitz-dom = { path = "./packages/blitz-dom" }
blitz-html = { path = "./packages/blitz-html" }
blitz-traits = { path = "./packages/blitz-traits" }
blitz-renderer-vello = { path = "./packages/blitz-renderer-vello" }
blitz-shell = { path = "./packages/blitz-shell" }
blitz-shell = { path = "./packages/blitz-shell", features = ["net"] }
blitz-net = { path = "./packages/blitz-net" }
dioxus-native = { path = "./packages/dioxus-native", features = ["tracing"] }
dioxus = { workspace = true }
Expand Down

0 comments on commit a2305ac

Please sign in to comment.