Update to vi-editor branch of cosmic-text
This commit is contained in:
parent
b59710ddc4
commit
33f29f4796
3 changed files with 950 additions and 91 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue