Skip to content

Commit 4917325

Browse files
Merge branch 'bevyengine:main' into visibility-for-retained-gizmos
2 parents 604d8ae + 008ca5d commit 4917325

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/bevy_platform/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ critical-section = ["dep:critical-section", "portable-atomic/critical-section"]
5050
web = [
5151
"std",
5252
"dep:web-time",
53-
"dep:getrandom",
5453
"dep:wasm-bindgen-futures",
5554
"dep:wasm-bindgen",
5655
"dep:js-sys",
@@ -76,9 +75,6 @@ rayon = { version = "1", default-features = false, optional = true }
7675

7776
[target.'cfg(target_arch = "wasm32")'.dependencies]
7877
web-time = { version = "1.1", default-features = false, optional = true }
79-
getrandom = { version = "0.3.0", default-features = false, optional = true, features = [
80-
"wasm_js",
81-
] }
8278
wasm-bindgen-futures = { version = "0.4", default-features = false, optional = true }
8379
futures-channel = { version = "0.3", default-features = false }
8480
js-sys = { version = "0.3", default-features = false, optional = true }

0 commit comments

Comments
 (0)