[package] name = "keeshond_treats" description = "Easy building blocks for Keeshond so you can start making your games sooner." version = "0.13.0" authors = ["Danni H "] repository = "https://gitlab.com/cosmicchipsocket/keeshond" readme = "README.md" categories = ["game-engines"] license = "MIT/Apache-2.0" edition = "2018" exclude = ["/examples_data/*", "/examples_data_src/*", "Keeshond.toml"] [dependencies] smallvec = "1.6.1" bit-set = "0.5.0" rustc-hash = "1.1.0" serde_json = "1.0" bincode = "1.3.3" toodee = "0.3.0" block-grid = "0.1.0" [dev-dependencies] rand = "0.8.5" strum = "0.23.0" strum_macros = "0.23.1" [dependencies.keeshond] version = "0.27.0" path = "../keeshond" [dependencies.keeshond_derive] version = "0.26.0" path = "../keeshond_derive" [dependencies.log] version = "0.4.6" features = ["std"] [dependencies.serde] version = "1.0" features = ["derive"]