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

30 lines
582 B
TOML
Raw Normal View History

2022-10-18 12:07:22 -06:00
[package]
name = "editor-libcosmic"
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"] }
2023-03-06 22:43:25 +01:00
env_logger = "0.10"
fontdb = "0.13"
2022-10-18 12:07:22 -06:00
lazy_static = "1.4"
log = "0.4"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
2023-06-25 12:01:18 +01:00
rev = "e3f30a1"
2022-10-18 12:07:22 -06:00
#path = "../../../libcosmic"
2022-10-19 13:15:07 -06:00
[dependencies.rfd]
2023-03-06 22:43:25 +01:00
version = "0.11"
2022-10-19 13:15:07 -06:00
#TODO: iced portal
#default-features = false
#features = ["xdg-portal"]
[features]
default = []
vi = ["cosmic-text/vi"]