[package]
name = "amethyst_core"
version = "0.6.0"
authors = ["Simon Rönnberg <seamonr@gmail.com>"]
edition = "2018"
description = "Amethyst core"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_core/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
[badges]
appveyor = { repository = "amethyst/amethyst" }
travis-ci = { repository = "amethyst/amethyst" }
[dependencies]
nalgebra = { version = "0.18.0", features = ["serde-serialize", "mint"] }
alga = { version = "0.9.0", default-features = false }
alga_derive = "0.9.0"
approx = "0.3"
amethyst_error = { path = "../amethyst_error", version = "0.1.0" }
fnv = "1"
hibitset = { version = "0.5.2", features = ["parallel"] }
log = "0.4.6"
num-traits = "0.2.0"
rayon = "1.0.2"
serde = { version = "1", features = ["derive"] }
shred = { version = "0.7" }
specs = { version = "0.14", features = ["common"] }
specs-hierarchy = { version = "0.3" }
shrev = "1.0"
getset = "0.0.7"
derive-new = "0.5.6"
thread_profiler = { version = "0.3", optional = true }
[dev-dependencies]
amethyst = { path = "..", version = "0.11.0" }
ron = "0.5.1"
[features]
profiler = [ "thread_profiler/thread_profiler" ]
nightly = [ "shred/nightly" ]
saveload = ["specs/serde"]
float64 = []