specs-physics 0.3.0

nphysics integration for the Specs entity component system
Documentation
# 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 = "specs-physics"
version = "0.3.0"
authors = ["Benjamin Amling <benjamin@amling.net>", "Kel <x@unclear.info>", "jojolepro <jojolepromain@gmail.com>"]
description = "nphysics integration for the Specs entity component system"
homepage = "https://github.com/amethyst/specs-physics.git"
documentation = "https://docs.rs/specs-physics"
readme = "README.md"
keywords = ["specs", "nphysics", "nphysics3d"]
license = "MIT"
repository = "https://github.com/amethyst/specs-physics.git"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "hierarchy"
path = "examples/hierarchy.rs"

[[example]]
name = "positions"
path = "examples/positions.rs"

[[example]]
name = "collision"
path = "examples/collision.rs"

[[example]]
name = "events"
path = "examples/events.rs"
[dependencies.amethyst_core]
version = "0.6.0"
optional = true

[dependencies.log]
version = "0.4.6"

[dependencies.nalgebra]
version = "0.18.0"

[dependencies.ncollide3d]
version = "0.19.1"

[dependencies.nphysics3d]
version = "0.11.1"

[dependencies.shrev]
version = "1.1.1"

[dependencies.specs]
version = "0.14.3"

[dependencies.specs-hierarchy]
version = "0.3.1"
[dev-dependencies.simple_logger]
version = "1.2.0"

[features]
amethyst = ["amethyst_core"]
default = []