[package] name = "sardonyx_ui" version = "0.0.3" authors = ["Jonathan Baginski "] edition = "2018" description = "sardonyx UI crate" keywords = ["smart-home", "home-automation", "automation-engine", "sdk", "sardonyx"] homepage = "https://sardonyx.io/" repository = "https://gitlab.com/patchedsoul/sardonyx" license = "MIT/Apache-2.0" [dependencies] sardonyx_assets = { path = "../sardonyx_assets", version = ">= 0.0.3" } sardonyx_audio = { path = "../sardonyx_audio", version = ">= 0.0.3"} sardonyx_core = { path = "../sardonyx_core", version = ">= 0.0.3" } sardonyx_derive = { path = "../sardonyx_derive", version = ">= 0.0.3" } sardonyx_error = { path = "../sardonyx_error", version = ">= 0.0.3" } sardonyx_input = { path = "../sardonyx_input", version = ">= 0.0.3" } sardonyx_rendy = { path = "../sardonyx_rendy", version = ">= 0.0.3" } sardonyx_window = { path = "../sardonyx_window", version = ">= 0.0.3" } clipboard = "0.5" derivative = "1.0" derive-new = "0.5.6" fnv = "1" glsl-layout = "0.3" ron = "0.5" serde = { version = "1.0", features = ["derive"] } smallvec = "0.6" unicode-normalization = "0.1" unicode-segmentation = "1.2" winit = { version = "0.19", features = ["serde"] } log = "0.4.6" font-kit = "0.1" paste = "0.1" rand = "0.7" lazy_static = "1.3" failure = "0.1" glyph_brush = "0.5.0" thread_profiler = { version = "0.3", optional = true } [features] profiler = [ "thread_profiler/thread_profiler" ] nightly = [ "sardonyx_core/nightly" ]