# 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" name = "bevy_mod_physx" version = "0.6.0" authors = ["Alex Kocharin "] description = "PhysX plugin for Bevy" homepage = "https://github.com/rlidwka/bevy_mod_physx" documentation = "https://docs.rs/bevy_mod_physx" readme = "README.md" keywords = [ "bevy", "physx", "gamedev", "physics", ] categories = [ "game-development", "simulation", ] license = "MIT" repository = "https://github.com/rlidwka/bevy_mod_physx" [lib] name = "bevy_mod_physx" path = "src/lib.rs" [dependencies.bevy] version = "0.14.0" [dependencies.derive_more] version = "0.99.17" [dependencies.enumflags2] version = "0.7.7" [dependencies.physx] version = "0.19.0" [dependencies.physx-sys] version = "0.11.5" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bevy-inspector-egui] version = "0.25.0" [features] serialize = [ "dep:serde", "bevy/serialize", ]