[package] name = "orbtk_orbclient" version = "0.3.1-alpha4" authors = ["Florian Blasius "] description = "Window shell crate used by OrbTk." repository = "https://github.com/redox-os/orbtk" readme = "README.md" license = "MIT" keywords = ["shell", "window", "ui"] edition = "2018" [lib] doctest = false [dependencies] lazy_static = "1.4.0" raw-window-handle = "0.3" image = { version = "0.23", default-features = false, features = ["ico"] } orbclient = { version = "0.3.32", default-features = false } # orbtk orbtk-tinyskia = "0.3.1-alpha4" orbtk-utils = "0.3.1-alpha4" [target.'cfg(not(target_os = "redox"))'.dependencies] sdl2 = { version = "0.35", features = ["raw-window-handle"] } [features] log = [] bundled = ["sdl2/bundled", "sdl2/static-link", "orbclient/bundled"]