showbits/showbits-common/Cargo.toml
Joscha 638a449343 Make naming scheme more consistent
Constructor functions that set/overwrite a value are called with_*,
functions that add a value are called and_*.
2024-03-09 14:53:15 +01:00

16 lines
301 B
TOML

[package]
name = "showbits-common"
version.workspace = true
edition.workspace = true
[dependencies]
anyhow.workspace = true
cosmic-text.workspace = true
image.workspace = true
palette.workspace = true
paste = "1.0.14"
showbits-assets.workspace = true
taffy.workspace = true
[lints]
workspace = true