# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sandbox" version = "0.1.1" authors = ["David Schneider "] description = "A little modular sandbox game" homepage = "https://gitlab.com/schnavid/sandbox.git" license = "MIT" repository = "https://gitlab.com/schnavid/sandbox.git" [dependencies.cgmath] version = "0.17.0" [dependencies.guile-scheme] version = "0.1" [dependencies.image] version = "0.22.4" [dependencies.laminar] version = "0.3.2" [dependencies.lazy_static] version = "1.4" [dependencies.noise] version = "0.6.0" [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.sheep] version = "0.3" [dependencies.vulkano] version = "0.16" [dependencies.vulkano-shaders] version = "0.16" [dependencies.vulkano-win] version = "0.16" [dependencies.winit] version = "0.19.2"