[package] name = "sardonyx_window" version = "0.0.3" authors = ["Jonathan Baginski "] edition = "2018" description = "Windowing support for sardonyx engine." license = "MIT/Apache-2.0" keywords = ["smart-home", "home-automation", "automation-engine", "sdk", "sardonyx"] homepage = "https://sardonyx.io/" repository = "https://gitlab.com/patchedsoul/sardonyx" [dependencies] sardonyx_core = { path = "../sardonyx_core", version = ">= 0.0.3" } sardonyx_config = { path = "../sardonyx_config", version = ">= 0.0.3" } sardonyx_error = { path = "../sardonyx_error/", version = ">= 0.0.3" } log = "0.4.6" serde = { version = "1", features = ["derive"] } thread_profiler = { version = "0.3", optional = true } winit = { version = "0.19", features = ["serde", "icon_loading"] } [features] profiler = [ "thread_profiler/thread_profiler" ] nightly = [] test-support = []