[package] name = "orbtk-core" version = "0.3.1-alpha4" authors = ["Florian Blasius "] description = "Core crate that provides base api and elements for OrbTk like widgets basis." repository = "https://github.com/redox-os/orbtk" readme = "README.md" license = "MIT" keywords = ["ui", "api"] edition = "2018" [lib] doctest = false [dependencies] memchr = "2" dirs-next = "2.0" derive_more = { version = "0.99", default-features = false, features = ["constructor"] } ron = "0.6" rust_decimal = "1.15" serde = "1.0" serde_derive = "1.0" smallvec = { version = "1", default-features = false } # orbtk dces = "0.3.1" orbtk-proc-macros = "0.3.1-alpha4" orbtk-utils = "0.3.1-alpha4" orbtk-tinyskia = "0.3.1-alpha4" orbtk_orbclient = "0.3.1-alpha4" raw-window-handle = "0.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] threadpool = "1.8" [target.wasm32-unknown-unknown.dependencies] stdweb = "0.4" [features] debug = []