Skip to content

Commit 47b1897

Browse files
committed
fix: web-time dep export
1 parent f837f8b commit 47b1897

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,11 @@ bevy = { version = "0.15.0", default-features = false, features = [
8080
async-std = "1.13.0"
8181
thiserror = "2.0.3"
8282
futures = "0.3.31"
83+
web-time = "1.1.0"
8384

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

87-
[target.'cfg(target_arch = "wasm32")'.dependencies]
88-
web-time = "1.1.0"
89-
9088
[dev-dependencies]
9189
futures-timer = "3.0.3"
9290

0 commit comments

Comments
 (0)