Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
30 lines (24 sloc) 875 Bytes
[package]
name = "rhusics-core"
version = "0.8.0"
authors = [
"Simon Rönnberg <seamonr@gmail.com>",
"Thomas O'Dell <thomas_odell@trsolutions.biz>"
]
repository = "https://github.com/rustgd/rhusics.git"
homepage = "https://github.com/rustgd/rhusics.git"
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/rhusics-core"
description = "Physics library for use with `specs`"
keywords = ["gamedev", "cgmath", "specs", "physics"]
[dependencies]
cgmath = "0.17"
collision = "0.20"
rhusics-transform = { version = "0.5.0", path = "../rhusics-transform" }
specs = { version = "0.14", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"]}
[target.'cfg(feature = "serde")'.dependencies]
cgmath = { version = "*", features = ["serde"] }
collision = { version = "0.20", features = ["serde"] }
[dev-dependencies]
approx = "0.3"
You can’t perform that action at this time.