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