# 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" name = "fui_controls" version = "0.14.0" authors = ["Marek Gibek "] description = "Standard controls for FUI UI Framework" documentation = "https://docs.rs/fui_controls" readme = "README.md" keywords = [ "gui", "ui", "framework", "mvvm", "widgets", ] categories = ["gui"] license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/marek-g/rust-fui" resolver = "1" [dependencies.drawing] version = "0.4" [dependencies.euclid] version = "0.22" [dependencies.fui_core] version = "0.14" [dependencies.fui_macros] version = "0.4" [dependencies.fui_system_core] version = "0.13" [dependencies.futures-channel] version = "0.3" [dependencies.typed-builder] version = "0.18" [dependencies.typemap] version = "0.3"