cosmic-text/examples/editor-test/Cargo.toml

19 lines
317 B
TOML
Raw Normal View History

[package]
name = "editor-test"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MPL2"
publish = false
[dependencies]
cosmic-text = { path = "../../" }
env_logger = "0.9"
fontdb = "0.9"
log = "0.4"
orbclient = "0.3.35"
2022-10-25 10:17:09 -06:00
unicode-segmentation = "1.7"
[features]
mono = []