Add two_face themes in cosmic-edit instead of cosmic-text

This commit is contained in:
Jeremy Soller 2023-11-06 09:30:07 -07:00
parent 07145d6786
commit e76b63a039
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 153 additions and 80 deletions

View file

@ -12,6 +12,8 @@ lazy_static = "1.4.0"
log = "0.4.20"
rfd = "0.12.0"
serde = { version = "1", features = ["serde_derive"] }
syntect = "5.1.0"
two-face = "0.3.0"
# Internationalization
i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.4"
@ -20,7 +22,7 @@ rust-embed = "6.3.0"
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text"
branch = "vi-editor"
features = ["two-face", "vi"]
features = ["syntect", "vi"]
#path = "../cosmic-text"
[dependencies.libcosmic]