Fix drag and drop; send command to compositor if supported
This commit is contained in:
parent
c1e74747f3
commit
89021e3b8b
4 changed files with 634 additions and 45 deletions
|
|
@ -11,8 +11,11 @@ cosmic-comp-config = { git = "https://github.com/pop-os/cosmic-comp" }
|
|||
env_logger = "0.10.0"
|
||||
futures-channel = "0.3.25"
|
||||
gbm = "0.14.0"
|
||||
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
|
||||
cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
#libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
|
||||
#cosmic-config = { git = "https://github.com/pop-os/libcosmic" }
|
||||
libcosmic = { path = "../libcosmic", default-features = false, features = ["tokio", "wayland", "single-instance"] }
|
||||
cosmic-config = { path = "../libcosmic/cosmic-config" }
|
||||
|
||||
memmap2 = "0.9.0"
|
||||
tokio = "1.23.0"
|
||||
wayland-protocols = "0.31.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue