[package] name = "sprocket_engine" version = "0.2.1" authors = ["Tim Roberts "] edition = "2018" readme = "README.md" description = "A vulkan game engine" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.11" colorful = "0.2.1" glfw = "0.40.0" [workspace] members = [ # Examples that are used to experiment and develop sprocket "examples/*", ]