vizia_style 0.2.0

The style components of vizia
[dependencies.bitflags]
version = "2.6"

[dependencies.cssparser]
version = "0.34"

[dependencies.cssparser-color]
version = "0.2"

[dependencies.morphorm]
version = "0.6.5"

[dependencies.precomputed-hash]
version = "0.1"

[dependencies.selectors]
version = "0.26"

[dependencies.skia-safe]
features = ["gl", "textlayout", "svg"]
version = "0.80"

[dependencies.smallvec]
version = "1.0"

[lib]
name = "vizia_style"
path = "src/lib.rs"

[lints.clippy]

[lints.rust]

[package]
authors = ["George Atkinson"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The style components of vizia"
edition = "2021"
license = "MIT"
name = "vizia_style"
readme = false
repository = "https://github.com/vizia/vizia"
version = "0.2.0"

[target.'cfg(target_os = "linux")'.dependencies.skia-safe]
features = ["gl", "textlayout", "svg", "x11", "wayland"]
version = "0.80"