libcosmic/examples/text/Cargo.toml

19 lines
325 B
TOML
Raw Normal View History

2022-10-03 11:45:46 -06:00
[package]
name = "text"
version = "0.1.0"
authors = []
edition = "2021"
publish = false
[dependencies]
ab_glyph = { version = "0.2", optional = true }
2022-10-03 11:45:46 -06:00
orbclient = "0.3"
rusttype = { version = "0.9", optional = true }
2022-10-03 11:45:46 -06:00
rustybuzz = "0.5"
unicode-bidi = "0.3"
unicode-script = "0.5"
[features]
default = ["ab_glyph"]
mono = []