# 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 = "2018" name = "rui" version = "0.6.1" authors = ["Taylor Holliday "] exclude = ["screenshots/*"] description = "Experimental Declarative UI library" readme = "README.md" keywords = [ "ui", "gui", "declarative", ] categories = ["gui"] license = "MIT" repository = "https://github.com/audulus/rui" resolver = "2" [dependencies.accesskit] version = "0.11.0" [dependencies.euclid] version = "0.22.7" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.vger] version = "0.2.7" [dependencies.wgpu] version = "0.16.0" [dependencies.winit] version = "0.28.1" optional = true [features] default = ["winit"] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.6" [target."cfg(target_arch = \"wasm32\")".dependencies.console_log] version = "0.1.2" [target."cfg(target_arch = \"wasm32\")".dependencies.log] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.76" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "=0.3.61" features = ["Location"]