[package] name = "sardonyx_controls" version = "0.0.3" authors = ["Jonathan Baginski "] edition = "2018" description = "sardonyx controls" 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_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" } derive-new = "0.5" serde = { version = "1.0", features = ["derive"] } winit = { version = "0.19", features = ["serde"] } log = "0.4.6" thread_profiler = { version = "0.3", optional = true } [features] profiler = [ "thread_profiler/thread_profiler" ] nightly = [ "sardonyx_core/nightly" ]