libcosmic/examples/text/Cargo.toml
2022-10-12 13:59:23 -06:00

22 lines
413 B
TOML

[package]
name = "text"
version = "0.1.0"
authors = []
edition = "2021"
publish = false
[dependencies]
ab_glyph = { version = "0.2", optional = true }
fontdb = "0.9"
log = "0.4"
orbclient = "0.3"
memmap2 = "0.5"
rusttype = { version = "0.9", optional = true }
rustybuzz = "0.5"
swash = { version = "0.1", optional = true }
unicode-bidi = "0.3"
unicode-linebreak = "0.1"
[features]
default = ["swash"]
mono = []