Skip to content

Commit

Permalink
fix: wasm build
Browse files Browse the repository at this point in the history
Use the Instant crate correctly.
  • Loading branch information
al2me6 committed May 17, 2023
1 parent bb89555 commit 982aa32
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 @@ -12,7 +12,7 @@ readme = "README.md"
approx = "0.5.1"
eframe = { version = "0.21.3", default-features = false, features = ["wgpu"] }
egui_extras = "0.21.0"
instant = "0.1.12"
instant = { version = "0.1.12", features = ["wasm-bindgen"] }
itertools = "0.10.5"
maplit = "1.0.2"

Expand Down

0 comments on commit 982aa32

Please sign in to comment.