# 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 = "amethyst_lyon" version = "0.1.0" authors = ["Benedict Gaster "] build = "build.rs" description = "Amethyst Lyon crate" homepage = "https://github.com/bgaster/amethyst_lyon" readme = "README.md" keywords = ["lyon", "vector-graphics", "amethyst"] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/bgaster/amethyst_lyon" [lib] name = "amethyst_lyon" path = "src/lib.rs" [[example]] name = "basic_usage" path = "examples/basic/main.rs" [dependencies.amethyst] version = "0.15.0" [dependencies.amethyst_error] version = "0.5.0" [dependencies.derivative] version = "2.1.0" [dependencies.failure] version = "0.1.7" [dependencies.glsl-layout] version = "0.3.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" features = ["serde"] [dependencies.lyon] version = "0.15.6" [dependencies.nalgebra] version = "0.21.0" [dependencies.serde] version = "1" features = ["derive"] [build-dependencies.glsl-to-spirv] version = "0.1.7" [features] default = ["metal"] empty = ["amethyst/empty"] metal = ["amethyst/metal"] shader-compiler = ["amethyst/shader-compiler"] vulkan = ["amethyst/vulkan"]