# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.72" name = "fyrox-ui" version = "0.25.1" authors = ["Dmitry Stepanov "] include = [ "/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md", ] description = "Extendable UI library" homepage = "https://fyrox.rs" documentation = "https://docs.rs/fyrox-ui" readme = "README.md" keywords = [ "ui", "game", "gui", ] categories = [ "game-development", "gui", ] license = "MIT" repository = "https://github.com/FyroxEngine/Fyrox" [dependencies.copypasta] version = "0.10.1" [dependencies.fontdue] version = "0.8.0" [dependencies.fxhash] version = "0.2.1" [dependencies.fyrox-animation] version = "0.2.0" [dependencies.fyrox-core] version = "0.28.1" features = ["serde"] [dependencies.fyrox-graph] version = "0.1.0" [dependencies.fyrox-resource] version = "0.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [features] enable_profiler = ["fyrox-core/enable_profiler"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.sysinfo] version = "0.29.0"