cosmic-text/examples/editor/Cargo.toml

22 lines
410 B
TOML
Raw Normal View History

2022-10-18 12:07:22 -06:00
[package]
name = "editor"
2022-10-18 12:07:22 -06:00
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-18 12:07:22 -06:00
publish = false
[dependencies]
cosmic-text = { path = "../..", features = ["syntect"] }
2026-01-29 09:48:18 -07:00
env_logger = "0.11"
fontdb = "0.23"
2022-10-18 12:07:22 -06:00
log = "0.4"
softbuffer = "0.4"
tiny-skia = "0.11"
2026-01-29 09:48:18 -07:00
unicode-segmentation = "1.12"
winit = "0.29"
[features]
default = []
vi = ["cosmic-text/vi"]