telar-theme-core 0.1.2

Theme tokens and reactive light/dark mode for Telar.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"

[[package]]
name = "slab"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"

[[package]]
name = "smallvec"
version = "1.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"

[[package]]
name = "telar-geometry-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4561916df3129e1c55953bc4a7f364c42fe976f6446924680749eabfa2dfbcaa"

[[package]]
name = "telar-reactive-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1a69853ec5ca2265af9251f7251de04ab059bc28c3f6e3e2c067115e98d79da"
dependencies = [
 "rustc-hash",
 "slab",
 "smallvec",
]

[[package]]
name = "telar-theme-core"
version = "0.1.2"
dependencies = [
 "telar-geometry-core",
 "telar-reactive-core",
]