# 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 = "cosmos-render" version = "0.1.3" authors = ["Brodie Knight "] description = "A compact render plugin to the Amethyst game engine which renders the 'cosmos' (so basically lots of tiny stars) in real time." keywords = ["cosmos", "stars", "amethyst", "renderer", "plugin"] license = "MIT" repository = "https://github.com/Merlotec/comsmos-render.git" [dependencies.amethyst] version = "0.13.2" [dependencies.failure] version = "0.1.6" [dependencies.glsl-layout] version = "0.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.7.2" [build-dependencies.glsl-to-spirv] version = "0.1.7" [features] default = ["amethyst/vulkan"] empty = ["amethyst/empty"] metal = ["amethyst/metal"] vulkan = ["amethyst/vulkan"]