Skip to content

Commit

Permalink
fix: web-time dep export
Browse files Browse the repository at this point in the history
  • Loading branch information
simbleau committed Dec 2, 2024
1 parent f837f8b commit 47b1897
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ bevy = { version = "0.15.0", default-features = false, features = [
async-std = "1.13.0"
thiserror = "2.0.3"
futures = "0.3.31"
web-time = "1.1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
async-compat = "0.2.4"

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

[dev-dependencies]
futures-timer = "3.0.3"

Expand Down

0 comments on commit 47b1897

Please sign in to comment.