# 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] edition = "2018" name = "shipyard_rapier3d" version = "0.1.0" authors = ["Lucas Poffo "] description = "An integration with the physics engine rapier, for the shipard ECS." readme = "README.md" keywords = ["physics", "dynamics", "rigid", "joints", "ecs"] license = "MIT" repository = "https://github.com/lucaspoffo/shipyard_rapier" [lib] path = "src/lib.rs" required-features = ["dim3"] [dependencies.concurrent-queue] version = "1" [dependencies.macroquad] version = "=0.3.0-alpha.14" features = ["log-impl"] optional = true [dependencies.rapier3d] version = "0.6.1" [dependencies.shipyard] version = "0.5.0" [dev-dependencies] [features] default = ["dim3"] dim3 = [] enhanced-determinism = ["rapier3d/enhanced-determinism"] parallel = ["rapier3d/parallel"] render = ["macroquad"] serde-serialize = ["rapier3d/serde-serialize"] simd-nightly = ["rapier3d/simd-nightly"] simd-stable = ["rapier3d/simd-stable"] wasm-bindgen = ["rapier3d/wasm-bindgen"]