# 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-inspector-egui-rapier" version = "0.9.0" description = "bevy-inspector-egui integration for rapier" readme = "README.md" keywords = [ "bevy", "inspector", "rapier", "physics", ] categories = [ "game-development", "gui", "visualization", ] license = "MIT" repository = "https://github.com/jakobhellermann/bevy-inspector-egui/" [package.metadata.docs.rs] all-features = true [[example]] name = "rapier2d" required-features = ["rapier2d"] [[example]] name = "rapier3d" required-features = ["rapier3d"] [dependencies.bevy] version = "0.9" default-features = false [dependencies.bevy-inspector-egui] version = "0.15" features = ["nalgebra031"] [dependencies.bevy_rapier2d] version = "0.19" optional = true [dependencies.bevy_rapier3d] version = "0.19" optional = true [dev-dependencies.bevy] version = "0.9" features = [ "x11", "bevy_winit", ] default-features = false [features] rapier2d = ["bevy_rapier2d"] rapier3d = ["bevy_rapier3d"]