shipyard_rapier2d 0.1.0

An integration with the physics engine rapier, for the shipard ECS.
Documentation
[dependencies.concurrent-queue]
version = "1"

[dependencies.macroquad]
features = ["log-impl"]
optional = true
version = "=0.3.0-alpha.14"

[dependencies.rapier2d]
version = "0.6.1"

[dependencies.shipyard]
version = "0.5.0"

[dev-dependencies]

[features]
default = ["dim2"]
dim2 = []
enhanced-determinism = ["rapier2d/enhanced-determinism"]
parallel = ["rapier2d/parallel"]
render = ["macroquad"]
serde-serialize = ["rapier2d/serde-serialize"]
simd-nightly = ["rapier2d/simd-nightly"]
simd-stable = ["rapier2d/simd-stable"]
wasm-bindgen = ["rapier2d/wasm-bindgen"]

[lib]
path = "src/lib.rs"
required-features = ["dim2"]

[package]
authors = ["Lucas Poffo <ltkpoffo@gmail.com>"]
description = "An integration with the physics engine rapier, for the shipard ECS."
edition = "2018"
keywords = ["physics", "dynamics", "rigid", "joints", "ecs"]
license = "MIT"
name = "shipyard_rapier2d"
readme = "README.md"
repository = "https://github.com/lucaspoffo/shipyard_rapier"
version = "0.1.0"