[dependencies.iced]
optional = true
version = "0.14"
[[example]]
name = "iced"
path = "examples/iced.rs"
required-features = ["iced"]
[[example]]
name = "simple"
path = "examples/simple.rs"
[features]
default = []
iced = ["dep:iced"]
[lib]
name = "system_theme"
path = "src/lib.rs"
[package]
authors = ["Daniel Stuart <daniel.stuart14@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["gui", "os"]
description = "A cross-platform library for retrieving system theme information."
documentation = "https://docs.rs/system-theme"
edition = "2021"
keywords = ["contrast", "dark", "mode", "accent", "color"]
license = "MIT/Apache-2.0"
name = "system-theme"
readme = "README.md"
repository = "https://github.com/danielstuart14/system-theme"
version = "0.2.0"
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "openbsd", target_os = "netbsd"))'.dependencies.zbus]
default-features = false
features = ["blocking-api", "async-io"]
version = "5.12.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.3"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
default-features = false
features = ["objc2-core-foundation", "NSAccessibility", "NSAppearance", "NSApplication", "NSColor", "NSColorSpace", "NSResponder", "NSWindow", "NSWorkspace"]
version = "0.3.2"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
default-features = false
features = ["NSArray"]
version = "0.3.2"
[target."cfg(windows)".dependencies.windows]
features = ["UI_ViewManagement", "Foundation_Metadata"]
version = "0.62.2"