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 c443c69 commit ebcbfe8Copy full SHA for ebcbfe8
framework_crates/bones_framework/Cargo.toml
@@ -95,7 +95,7 @@ bevy_tasks = "0.11"
95
bytemuck = "1.12"
96
either = "1.8"
97
futures-lite = { workspace = true }
98
-glam = "0.24"
+glam = { version = "0.24", features = ["libm"] }
99
hex = "0.4"
100
instant = { version = "0.1", features = ["wasm-bindgen"] }
101
noise = "0.9"
0 commit comments