We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c507fab commit d38ed37Copy full SHA for d38ed37
crates/bevy_mod_scripting_core/Cargo.toml
@@ -33,7 +33,7 @@ bevy = { workspace = true, default-features = false, features = ["bevy_asset"] }
33
thiserror = "1.0.31"
34
parking_lot = "0.12.1"
35
dashmap = "6"
36
-smallvec = { version = "1.11", features = ["union"] }
+smallvec = "1.11"
37
itertools = "0.13"
38
derivative = "2.2"
39
profiling = { workspace = true }
0 commit comments