[package] name = "termite" version = "0.1.0-alpha" edition = "2021" description = "A simple modern Entity Component System" repository = "https://github.com/ChangeCaps/termite" license = "MIT OR Apache-2.0" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = ["termite-macro"] [dependencies] termite-macro = { path = "termite-macro", version = "0.1.0-alpha" } ahash = "0.8" async-channel = "1.7" downcast-rs = "1.2" event-listener = "2.5" fixedbitset = "0.4" hashbrown = "0.12" hyena = "0.2"