# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70.0" name = "physxx" version = "0.3.1" authors = ["Fredrik NoreĢn "] description = "Wrapper around the PhysX C++ API that aims to preserve the original API as much as possible." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/AmbientRun/Ambient" [dependencies.as-any] version = "0.3.1" [dependencies.bitflags] version = "1.3" [dependencies.enumflags2] version = "0.6" [dependencies.glam] version = "0.24" features = [ "bytemuck", "serde", "rand", ] [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.physx-sys] version = "0.8.2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ]