# 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-xpbd2d" version = "0.5.0" authors = ["IdanArye "] description = "XPBD 2D integration for bevy-tnua" documentation = "https://docs.rs/bevy-tnua-xpbd2d" 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 [dependencies.bevy] version = "^0.14" default-features = false [dependencies.bevy-tnua-physics-integration-layer] version = "^0.4" [dependencies.bevy_xpbd_2d] version = "^0.5" features = [ "2d", "debug-plugin", "parallel", ] default-features = false [features] default = ["bevy_xpbd_2d/parry-f32"] f64 = [ "bevy_xpbd_2d/parry-f64", "bevy-tnua-physics-integration-layer/f64", ]