cosmic-text/examples/rich-text/Cargo.toml
Jeremy Soller bdd6657fd7
0.17.0
2026-01-29 09:48:18 -07:00

17 lines
340 B
TOML

[package]
name = "rich-text"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
cosmic-text = { path = "../.." }
env_logger = "0.11"
fontdb = "0.23"
log = "0.4"
softbuffer = "0.4"
tiny-skia = "0.11"
unicode-segmentation = "1.12"
winit = "0.29"