# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "amethyst-rhusics" version = "0.3.0" authors = ["Simon Rönnberg "] description = "Integration of `amethyst` and `rhusics`" homepage = "https://github.com/amethyst/amethyst-rhusics.git" documentation = "https://docs.rs/amethyst-rhusics" readme = "README.md" keywords = ["gamedev", "amethyst", "physics"] license = "MIT/Apache-2.0" repository = "https://github.com/amethyst/amethyst-rhusics.git" [dependencies.amethyst_core] version = "0.4" [dependencies.amethyst_renderer] version = "0.9" [dependencies.collision] version = "0.18" features = ["serde"] [dependencies.rhusics-core] version = "0.6" features = ["specs", "serde"] [dependencies.rhusics-ecs] version = "0.6" features = ["serde"] [dependencies.shrev] version = "1.0" [dev-dependencies.amethyst] version = "0.9" [dev-dependencies.genmesh] version = "0.5" [dev-dependencies.rand] version = "0.3" [dev-dependencies.shred] version = "0.7" [dev-dependencies.shred-derive] version = "0.5"