[package] name = "fui_controls" version = "0.14.0" authors = ["Marek Gibek "] description = "Standard controls for FUI UI Framework" 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" documentation = "https://docs.rs/fui_controls" readme = "README.md" edition = "2021" [dependencies] fui_core = { path = "../fui_core", version = "0.14" } fui_system_core = { path = "../fui_system_core", version = "0.13" } fui_macros = { path = "../../rust-fui/fui_macros", version = "0.4" } drawing = { path = "../../rust-drawing/drawing", version = "0.4" } euclid = "0.22" typed-builder = "0.18" typemap = "0.3" futures-channel = "0.3"