# 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 = "2018" name = "bevy_retro_physics" version = "0.1.0" authors = ["Jacob LeCoq lecoqjacob@gmail.com"] description = "Physics utilities for Bevy Retro" documentation = "https://docs.rs/bevy_retro_physics" readme = "README.md" keywords = [ "bevy", "gamedev", "2D", "bevy_retro", "pixel-perfect", ] categories = [ "game-engines", "multimedia", "rendering::engine", "wasm", ] license-file = "LICENSE" repository = "https://github.com/katharostech/bevy_retro" resolver = "2" [dependencies.bevy] version = "0.9" default-features = false [dependencies.bevy_rapier2d] version = "0.20" [dependencies.density-mesh-core] version = "1.5" [dependencies.density-mesh-image] version = "1.5" [dependencies.image] version = "0.23" [features] debug = ["bevy_rapier2d/debug-render-2d"] default = ["simd-stable"] simd-nightly = ["bevy_rapier2d/simd-nightly"] simd-stable = ["bevy_rapier2d/simd-stable"]