libcosmic/examples/text/Cargo.toml

26 lines
474 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 }
env_logger = "0.9"
2022-10-12 10:28:30 -06:00
fontdb = "0.9"
2022-10-12 13:59:23 -06:00
log = "0.4"
2022-10-03 11:45:46 -06:00
orbclient = "0.3"
2022-10-09 17:04:59 -06:00
memmap2 = "0.5"
rusttype = { version = "0.9", optional = true }
2022-10-03 11:45:46 -06:00
rustybuzz = "0.5"
2022-10-07 09:41:36 -06:00
swash = { version = "0.1", optional = true }
sys-locale = "0.2"
unicode-bidi = "0.3"
2022-10-06 16:09:43 -06:00
unicode-linebreak = "0.1"
unicode-script = "0.5"
[features]
default = ["swash"]
mono = []