cosmic-text/examples/multiview/Cargo.toml

18 lines
340 B
TOML
Raw Normal View History

2023-12-14 10:38:58 -07:00
[package]
name = "multiview"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
cosmic-text = { path = "../.." }
2026-01-29 09:48:18 -07:00
env_logger = "0.11"
fontdb = "0.23"
2023-12-14 10:38:58 -07:00
log = "0.4"
softbuffer = "0.4"
tiny-skia = "0.11"
2026-01-29 09:48:18 -07:00
unicode-segmentation = "1.12"
2023-12-14 10:38:58 -07:00
winit = "0.29"