[package] name = "sandbox" description = "A little modular sandbox game" version = "0.1.1" authors = ["David Schneider "] edition = "2018" repository = "https://gitlab.com/schnavid/sandbox.git" homepage = "https://gitlab.com/schnavid/sandbox.git" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] vulkano = "0.16" vulkano-win = "0.16" vulkano-shaders = "0.16" winit = "0.19.2" cgmath = "0.17.0" noise = "0.6.0" image = "0.22.4" guile-scheme = "0.1" #guile-scheme = { path = "../guile-scheme"} lazy_static = "1.4" sheep = "0.3" serde = { version = "1.0.104", features = [ "derive" ] } laminar = "0.3.2"