# 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_ui" version = "0.15.3" authors = ["Jacob Kiesel ", "Joël Lupien ", "Amethyst Foundation "] description = "Amethyst UI crate" homepage = "https://amethyst.rs/" documentation = "https://docs.amethyst.rs/stable/amethyst_ui/" keywords = ["ui", "specs", "ecs", "amethyst"] categories = ["game-engines"] license = "MIT/Apache-2.0" repository = "https://github.com/amethyst/amethyst" [dependencies.amethyst_assets] version = "0.15.3" [dependencies.amethyst_audio] version = "0.15.3" [dependencies.amethyst_core] version = "0.15.3" [dependencies.amethyst_derive] version = "0.15.3" [dependencies.amethyst_error] version = "0.15.3" [dependencies.amethyst_input] version = "0.15.3" [dependencies.amethyst_rendy] version = "0.15.3" [dependencies.amethyst_window] version = "0.15.3" [dependencies.clipboard] version = "0.5" [dependencies.derivative] version = "2.1.1" [dependencies.derive-new] version = "0.5.6" [dependencies.failure] version = "0.1" [dependencies.fnv] version = "1" [dependencies.font-kit] version = "0.5" [dependencies.glsl-layout] version = "0.3" [dependencies.glyph_brush] version = "0.6.0" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.6" [dependencies.paste] version = "0.1" [dependencies.rand] version = "0.7" [dependencies.ron] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallvec] version = "1.2" [dependencies.thread_profiler] version = "0.3" optional = true [dependencies.unicode-normalization] version = "0.1" [dependencies.unicode-segmentation] version = "1.6" [dependencies.winit] version = "0.19" features = ["serde"] [features] empty = ["amethyst_rendy/empty"] metal = ["amethyst_rendy/metal"] profiler = ["thread_profiler/thread_profiler"] vulkan = ["amethyst_rendy/vulkan", "amethyst_rendy/vulkan-x11"]