Skip to content

Commit 7b7feaa

Browse files
committed
Remove glam
Unfortunately SIMD types are not FFI safe, see rust-lang/rust#53346
1 parent 175d5a5 commit 7b7feaa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

physx-sys/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ debug-structs = []
5050
[dependencies]
5151
# The PhysX API exposes several enums used as flags
5252
bitflags = "1.3"
53-
# Glam's vector types match the alignment, layout, and size of the core scalar
54-
# types present in Physx's public API
55-
glam = "0.23"
5653

5754
[build-dependencies]
5855
cc = { version = "1.0", features = ["parallel"] }

0 commit comments

Comments
 (0)