Skip to content

Commit ba074ba

Browse files
committed
Removes obsolete js feature
1 parent 86586aa commit ba074ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/bevy_platform_support/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ hashbrown = { version = "0.15.1", features = [
6060

6161
[target.'cfg(target_arch = "wasm32")'.dependencies]
6262
web-time = { version = "1.1", default-features = false, optional = true }
63-
getrandom = { version = "0.3.1", default-features = false, optional = true, features = [
64-
"js",
65-
] }
63+
getrandom = { version = "0.3.1", default-features = false, optional = true }
6664

6765
[target.'cfg(not(all(target_has_atomic = "8", target_has_atomic = "16", target_has_atomic = "32", target_has_atomic = "64", target_has_atomic = "ptr")))'.dependencies]
6866
portable-atomic = { version = "1", default-features = false, features = [

0 commit comments

Comments
 (0)