[package]
edition = "2024"
rust-version = "1.94.0"
name = "native-theme-gpui"
version = "0.5.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gpui toolkit connector for native-theme"
homepage = "https://github.com/tiborgats/native-theme"
readme = "README.md"
keywords = [
"theme",
"gpui",
"gui",
"native",
"colors",
]
categories = [
"gui",
"config",
]
license = "MIT OR Apache-2.0 OR 0BSD"
repository = "https://github.com/tiborgats/native-theme"
[features]
default = [
"material-icons",
"lucide-icons",
"system-icons",
"svg-rasterize",
]
lucide-icons = ["native-theme/lucide-icons"]
material-icons = ["native-theme/material-icons"]
svg-rasterize = ["native-theme/svg-rasterize"]
system-icons = ["native-theme/system-icons"]
[lib]
name = "native_theme_gpui"
path = "src/lib.rs"
[[example]]
name = "showcase-gpui"
path = "examples/showcase-gpui.rs"
[dependencies.gpui]
version = "0.2.2"
[dependencies.gpui-component]
version = "0.5.1"
[dependencies.native-theme]
version = "0.5.5"
[dev-dependencies.gpui-component-assets]
version = "0.5.1"
[target.'cfg(target_os = "linux")'.dependencies.native-theme]
version = "0.5.5"
features = ["linux-async-io"]
[target.'cfg(target_os = "macos")'.dependencies.native-theme]
version = "0.5.5"
features = ["macos"]
[target.'cfg(target_os = "macos")'.dev-dependencies.objc2]
version = "0.6.4"
[target.'cfg(target_os = "windows")'.dependencies.native-theme]
version = "0.5.5"
features = ["windows"]
[target.'cfg(target_os = "windows")'.dev-dependencies.image]
version = "0.25.10"
features = ["png"]
default-features = false
[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