[package] name = "orbtk-widgets" version = "0.3.1-alpha4" authors = ["Florian Blasius "] description = "Base OrbTk widget library." repository = "https://github.com/redox-os/orbtk" readme = "README.md" license = "MIT" keywords = ["ui", "widgets"] edition = "2018" [lib] doctest = false [dependencies] rust_decimal = "1.15" #rust_decimal_macros = "1.15" lazy_static = "1.4" # orbtk dces = "0.3.1" orbtk-core = "0.3.1-alpha4" orbtk_orbclient = "0.3.1-alpha4" orbtk-tinyskia = "0.3.1-alpha4" orbtk-utils = "0.3.1-alpha4" orbtk-proc-macros = "0.3.1-alpha4"