Skip to content

Commit

Permalink
Remove default features
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Jul 25, 2024
1 parent 8405dda commit b0f4b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmf_site_editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ bevy_egui = "0.27"
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"
# Disable the manage_clipboard feature, depends on nightly web features
bevy_egui = { version = "0.27", features = ["open_url", "default_fonts", "render"] }
bevy_egui = { version = "0.27", default-features = false, features = ["open_url", "default_fonts", "render"] }

0 comments on commit b0f4b55

Please sign in to comment.