Skip to content

Commit

Permalink
Remove glam
Browse files Browse the repository at this point in the history
Unfortunately SIMD types are not FFI safe, see
rust-lang/rust#53346
  • Loading branch information
Jake-Shadle committed Mar 2, 2023
1 parent 175d5a5 commit 7b7feaa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions physx-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ debug-structs = []
[dependencies]
# The PhysX API exposes several enums used as flags
bitflags = "1.3"
# Glam's vector types match the alignment, layout, and size of the core scalar
# types present in Physx's public API
glam = "0.23"

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

0 comments on commit 7b7feaa

Please sign in to comment.