18 lines
355 B
TOML
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
|