diff --git a/physx-sys/Cargo.toml b/physx-sys/Cargo.toml index 74b44064..ae98db56 100644 --- a/physx-sys/Cargo.toml +++ b/physx-sys/Cargo.toml @@ -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"] }