[package]
edition = "2024"
rust-version = "1.94.0"
name = "native-theme-iced"
version = "0.5.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "iced toolkit connector for native-theme"
homepage = "https://github.com/tiborgats/native-theme"
readme = "README.md"
keywords = [
"theme",
"iced",
"gui",
"native",
"colors",
]
categories = [
"gui",
"config",
]
license = "MIT OR Apache-2.0 OR 0BSD"
repository = "https://github.com/tiborgats/native-theme"
[lib]
name = "native_theme_iced"
path = "src/lib.rs"
[[example]]
name = "showcase-iced"
path = "examples/showcase-iced.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.iced_core]
version = "0.14"
[dependencies.native-theme]
version = "0.5.6"
[dev-dependencies.iced]
version = "0.14"
features = [
"svg",
"image",
"tokio",
]
[dev-dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false
[dev-dependencies.native-theme]
version = "0.5.6"
features = [
"material-icons",
"lucide-icons",
"watch",
]
[target.'cfg(target_os = "linux")'.dev-dependencies.native-theme]
version = "0.5.6"
features = [
"system-icons",
"linux",
]
[target.'cfg(target_os = "macos")'.dev-dependencies.native-theme]
version = "0.5.6"
features = [
"system-icons",
"macos",
]
[target.'cfg(target_os = "macos")'.dev-dependencies.objc2]
version = "0.6.4"
[target.'cfg(target_os = "windows")'.dev-dependencies.native-theme]
version = "0.5.6"
features = [
"system-icons",
"windows",
]
[target.'cfg(target_os = "windows")'.dev-dependencies.windows]
version = "0.62.2"
features = [
"Win32_Foundation",
"Win32_Graphics_Dwm",
"Win32_Graphics_Gdi",
"Win32_UI_WindowsAndMessaging",
]
default-features = false