[package]
edition = "2024"
rust-version = "1.94.0"
name = "native-theme-gpui"
version = "0.3.2"
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"
[lib]
name = "native_theme_gpui"
path = "src/lib.rs"
[[example]]
name = "showcase"
path = "examples/showcase.rs"
[dependencies.gpui]
version = "0.2.2"
[dependencies.gpui-component]
version = "0.5.1"
[dependencies.native-theme]
version = "0.3.2"
features = [
"material-icons",
"lucide-icons",
"system-icons",
"svg-rasterize",
]
[dev-dependencies.gpui-component-assets]
version = "0.5.1"