Update to vi-editor branch of cosmic-text

This commit is contained in:
Jeremy Soller 2023-10-20 14:21:23 -06:00
parent b59710ddc4
commit 33f29f4796
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 950 additions and 91 deletions

View file

@ -14,12 +14,15 @@ rfd = "0.12.0"
[dependencies.cosmic-text]
git = "https://github.com/pop-os/cosmic-text"
features = ["syntect"]
branch = "vi-editor"
features = ["syntect", "vi"]
#path = "../cosmic-text"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic"
features = ["wayland"]
default-features = false
[features]
default = []
vi = ["cosmic-text/vi"]
default = ["wayland"]
wayland = ["libcosmic/wayland"]
winit = ["libcosmic/winit"]