Skip to content

Commit

Permalink
trim the web_sys feature flags a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
knzai committed Jul 20, 2024
1 parent 5625a2f commit a51196e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/file_upload/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ gloo = "0.10"

[dependencies.web-sys]
version = "0.3"
features = ["File", "DragEvent", "DataTransfer"]
features = ["DataTransfer"]

0 comments on commit a51196e

Please sign in to comment.