cosmic-text/examples/rich-text/Cargo.toml

15 lines
279 B
TOML
Raw Normal View History

2022-10-26 14:16:48 -06:00
[package]
name = "rich-text"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
2022-10-26 15:37:26 -06:00
license = "MIT OR Apache-2.0"
2022-10-26 14:16:48 -06:00
publish = false
[dependencies]
cosmic-text = { path = "../../" }
2023-03-06 22:43:25 +01:00
env_logger = "0.10"
fontdb = "0.13"
2022-10-26 14:16:48 -06:00
log = "0.4"
orbclient = "0.3.35"