[package] name = "rusty_core" version = "0.11.0" authors = ["Nathan Stocks "] edition = "2018" description = "Common library for crates that are part of `rusty_engine`" homepage = "https://github.com/cleancut/rusty_engine/tree/master/rusty_core" repository = "https://github.com/cleancut/rusty_engine/tree/master/rusty_core" readme = "README.md" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra-glm = { version = "0.6.0", features = ["serde-serialize"] }