Skip to content

Commit ebcbfe8

Browse files
authored
fix: enable libm on glam in bones_framework to get deterministic math for networking. (#503)
This was an oversight that might have been compromising on network determinism across different platforms.
1 parent c443c69 commit ebcbfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework_crates/bones_framework/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bevy_tasks = "0.11"
9595
bytemuck = "1.12"
9696
either = "1.8"
9797
futures-lite = { workspace = true }
98-
glam = "0.24"
98+
glam = { version = "0.24", features = ["libm"] }
9999
hex = "0.4"
100100
instant = { version = "0.1", features = ["wasm-bindgen"] }
101101
noise = "0.9"

0 commit comments

Comments
 (0)