physx 0.19.0

High-level Rust interface for Nvidia PhysX
Documentation
[dependencies.bitflags]
version = "1.3"

[dependencies.glam]
optional = true
version = "0.23"

[dependencies.log]
version = "0.4"

[dependencies.physx-sys]
version = "0.11.5"

[dependencies.thiserror]
version = "1.0"

[features]
debug-structs = ["physx-sys/debug-structs"]
structgen = ["physx-sys/structgen"]

[lib]
doctest = false

[package]
authors = ["Embark <opensource@embark-studios.com>"]
categories = ["api-bindings", "simulation", "game-engines"]
description = "High-level Rust interface for Nvidia PhysX"
edition = "2021"
keywords = ["physics"]
license = "MIT OR Apache-2.0"
name = "physx"
readme = "README.md"
repository = "https://github.com/EmbarkStudios/physx-rs"
version = "0.19.0"