# 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-tnua-rapier2d" version = "0.7.0" authors = ["IdanArye "] description = "Rapier 2D integration for bevy-tnua" documentation = "https://docs.rs/bevy-tnua-rapier2d" readme = "README.md" keywords = [ "bevy", "gamedev", "locomotion", "game-controls", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/idanarye/bevy-tnua" [package.metadata.docs.rs] all-features = true features = ["bevy_rapier2d/headless"] [dependencies.bevy] version = "^0.14" features = ["bevy_render"] default-features = false [dependencies.bevy-tnua-physics-integration-layer] version = "^0.4" [dependencies.bevy_rapier2d] version = "^0.27" features = ["dim2"] default-features = false