Skip to content

Commit

Permalink
fix: feature deps
Browse files Browse the repository at this point in the history
  • Loading branch information
DogeDark committed Jun 8, 2023
1 parent c40a454 commit 548ec1b
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 @@ -19,7 +19,7 @@ categories = ["multimedia","os", "wasm"]
# Features
clipboard = ["dep:clipboard"]
notifications = ["dep:notify-rust"]
geolocation = ["dep:dioxus", "dep:windows", "dep:futures-util", "dep:futures"]
geolocation = ["dep:dioxus", "dep:windows", "dep:futures-util", "dep:futures", "dep:web-sys", "dep:wasm-bindgen"]

use_channel = ["dep:async-broadcast", "dep:uuid", "dep:dioxus"]
use_preferred_color_scheme = ["dep:dioxus", "dep:web-sys", "dep:wasm-bindgen", "dep:wasm-bindgen-futures"]
Expand Down

0 comments on commit 548ec1b

Please sign in to comment.