[package]
edition = "2021"
rust-version = "1.75"
name = "blinc_theme"
version = "0.1.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Theming system for Blinc UI framework - colors, typography, and design tokens"
documentation = "https://docs.rs/blinc_theme"
readme = "README.md"
keywords = [
"ui",
"gui",
"theme",
"design",
"blinc",
]
categories = ["gui"]
license = "Apache-2.0"
repository = "https://github.com/project-blinc/Blinc"
[features]
default = []
platform-macos = [
"objc2",
"objc2-foundation",
]
watcher = []
[lib]
name = "blinc_theme"
path = "src/lib.rs"
[dependencies.blinc_animation]
version = "0.1.14"
[dependencies.blinc_core]
version = "0.1.14"
[dependencies.rustc-hash]
version = "2.0"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.3"
optional = true
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.2"
features = [
"NSBundle",
"NSString",
"NSPathUtilities",
]
optional = true