Skip to content

Commit

Permalink
Disable default egui features
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmerlin committed Aug 2, 2023
1 parent 1118f09 commit c73371e
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 @@ -14,7 +14,7 @@ license = "MIT"
members = ["fancy-example"]

[dependencies]
egui = ">=0.22"
egui = { version = ">=0.22", default-features = false }

[target.'cfg(target_arch = "wasm32")'.dependencies]
web-time = "0.2.0"
Expand Down

0 comments on commit c73371e

Please sign in to comment.