# 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.56" name = "rg3d-ui" version = "0.15.0" authors = ["Dmitry Stepanov "] include = ["/src/**/*", "/Cargo.toml", "/LICENSE", "/README.md"] description = "Extendable UI library" homepage = "https://rg3d.rs" documentation = "https://docs.rs/rg3d-ui" readme = "README.md" keywords = ["ui", "game", "gui"] categories = ["game-development", "gui"] license = "MIT" repository = "https://github.com/mrDIMAS/rg3d" resolver = "2" [dependencies.copypasta] version = "0.7.1" [dependencies.fontdue] version = "0.6.2" [dependencies.fxhash] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.notify] version = "4.0" [dependencies.rg3d-core] version = "0.19.0" [dependencies.strum] version = "0.23.0" [dependencies.strum_macros] version = "0.23.1" [features] enable_profiler = ["rg3d-core/enable_profiler"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.sysinfo] version = "0.20.0"