cosmic-edit/Cargo.toml

34 lines
662 B
TOML
Raw Normal View History

2023-02-07 13:00:49 -07:00
[package]
name = "cosmic-text-editor"
version = "0.1.0"
authors = ["Jeremy Soller <jeremy@system76.com>"]
edition = "2021"
2023-02-10 07:42:05 -07:00
license = "GPL-3.0-only"
2023-02-07 13:00:49 -07:00
[dependencies]
env_logger = "0.9"
fontdb = "0.9"
lazy_static = "1.4"
log = "0.4"
[dependencies.cosmic-text]
2023-03-17 18:48:56 -06:00
git = "https://github.com/pop-os/cosmic-text"
2023-02-07 13:00:49 -07:00
features = ["syntect"]
[dependencies.libcosmic]
2023-02-09 15:14:03 -07:00
git = "https://github.com/pop-os/libcosmic"
branch = "theme-dark-light-switching"
2023-02-07 13:00:49 -07:00
default-features = false
features = ["winit"]
2023-02-09 15:14:03 -07:00
#path = "../libcosmic"
2023-02-07 13:00:49 -07:00
[dependencies.rfd]
version = "0.10"
#TODO: iced portal
#default-features = false
#features = ["xdg-portal"]
[features]
default = []
vi = ["cosmic-text/vi"]