cosmic-text/Cargo.toml
Jeremy Soller d7f9eec6ef 0.1.2
2022-10-25 21:38:54 -06:00

26 lines
555 B
TOML

[package]
name = "cosmic-text"
description = "Pure Rust multi-line text handling"
version = "0.1.2"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
fontdb = { version = "0.9", git = "https://github.com/jackpot51/fontdb" }
log = "0.4"
rustybuzz = "0.5"
swash = { version = "0.1", optional = true }
sys-locale = "0.2"
unicode-bidi = "0.3"
unicode-linebreak = "0.1"
unicode-script = "0.5"
unicode-segmentation = "1.7"
[features]
default = ["swash"]
[workspace]
members = [
"examples/*",
]