blinc_theme 0.1.12

Theming system for Blinc UI framework - colors, typography, and design tokens
Documentation
[dependencies.blinc_animation]
version = "0.1.12"

[dependencies.blinc_core]
version = "0.1.12"

[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"
documentation = "https://docs.rs/blinc_theme"
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.12"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
optional = true
version = "0.6.3"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["NSBundle", "NSString", "NSPathUtilities"]
optional = true
version = "0.3.2"