[package] name = "fyrox-ui" version = "0.25.1" authors = ["Dmitry Stepanov "] edition = "2021" license = "MIT" description = "Extendable UI library" keywords = ["ui", "game", "gui"] categories = ["game-development", "gui"] include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"] homepage = "https://fyrox.rs" documentation = "https://docs.rs/fyrox-ui" repository = "https://github.com/FyroxEngine/Fyrox" readme = "README.md" rust-version = "1.72" [dependencies] fyrox-core = { path = "../fyrox-core", version = "0.28.1", features = ["serde"] } fyrox-resource = { path = "../fyrox-resource", version = "0.12.0" } fyrox-graph = { path = "../fyrox-graph", version = "0.1.0" } fyrox-animation = { path = "../fyrox-animation", version = "0.2.0"} lazy_static = "1.4.0" copypasta = "0.10.1" fontdue = "0.8.0" notify = "6" fxhash = "0.2.1" strum = "0.26.1" strum_macros = "0.26.1" serde = { version = "1", features = ["derive"] } [features] enable_profiler = ["fyrox-core/enable_profiler"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] sysinfo = "0.29.0"