# 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 = "space-render" version = "0.1.1" authors = ["Brodie Knight "] description = "A compact render plugin to the Amethyst game engine which renders background stars, close up stars (the sun) and planet atmospheres using atmospheric scattering." readme = "README.md" keywords = ["cosmos", "stars", "amethyst", "renderer", "plugin"] license = "MIT" repository = "https://github.com/Merlotec/space_render.git" [dependencies.amethyst] version = "0.15.0" [dependencies.failure] version = "0.1.7" [dependencies.glsl-layout] version = "0.3.2" [dependencies.image] version = "0.22.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.2" [dependencies.serde] version = "1.0.102" [build-dependencies.glsl-to-spirv] version = "0.1.7" [features] default = ["vulkan"] empty = ["amethyst/empty"] metal = ["amethyst/metal"] vulkan = ["amethyst/vulkan"]