showbits/showbits-common/Cargo.toml
2024-03-07 23:43:12 +01:00

18 lines
355 B
TOML

[package]
name = "showbits-common"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
cosmic-text = "0.11.2"
image.workspace = true
palette.workspace = true
[dependencies.taffy]
version = "0.4.0"
default-features = false
features = ["std", "taffy_tree", "flexbox", "grid", "block_layout"]
[lints]
workspace = true