# 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_transform2d" version = "0.7.0" description = "A 2D Transform component for The Bevy game-engine." readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/devil-ira/bevy_mod_transform2d" [profile.dev] opt-level = 1 [[example]] name = "rapier" required-features = ["bevy_rapier2d"] [[example]] name = "xpbd" required-features = ["bevy_xpbd_2d"] [dependencies.bevy] version = "0.13" default-features = false [dependencies.bevy_rapier2d] version = "0.25" optional = true default-features = false [dependencies.bevy_xpbd_2d] version = "0.4" optional = true default-features = false [dev-dependencies.approx] version = "0.5" [dev-dependencies.bevy] version = "0.13" [dev-dependencies.bevy_math] version = "0.13" features = ["approx"] [dev-dependencies.bevy_rapier2d] version = "0.25" [dev-dependencies.bevy_xpbd_2d] version = "0.4" [features] bevy_render = ["bevy/bevy_render"] default = ["bevy_render"]