Implement copy/cut/paste, only use iced_winit

This commit is contained in:
Jeremy Soller 2023-10-31 13:18:43 -06:00
parent 03977fda6a
commit a6976daa25
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
6 changed files with 74 additions and 310 deletions

View file

@ -26,9 +26,9 @@ features = ["syntect", "vi"]
git = "https://github.com/pop-os/libcosmic"
branch = "menu"
default-features = false
features = ["winit"]
#path = "../libcosmic"
[features]
default = ["wayland"]
wayland = ["libcosmic/wayland"]
winit = ["libcosmic/winit"]
default = []
vi = []