[package] name = "quarks" version = "0.1.1" edition = "2018" authors = ["Pravin "] description = "A general purpose engine. Not ready WIP" repository = "https://github.com/PravinKumar95/quark.git" license = "MIT OR Apache-2.0" keywords = ["gamedev", "graphics", "general"] [workspace] members = ["crates/*"] [lib] crate-type = ["cdylib", "rlib"] [dependencies] quark_ecs = "0.1.0" quark_app = "0.1.0" [[example]] name = "hello" path = "examples/hello.rs"