wayland: Add screencopy protocol handler
This commit is contained in:
parent
ff32f48f39
commit
dd100d65e4
4 changed files with 655 additions and 37 deletions
|
|
@ -29,9 +29,9 @@ indexmap = "1.8.0"
|
|||
xdg = "^2.1"
|
||||
ron = "0.7"
|
||||
libsystemd = "0.5"
|
||||
wayland-backend = "=0.1.0-beta.10"
|
||||
wayland-scanner = "=0.30.0-beta.10"
|
||||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", branch = "main", default-features = false, features = ["server"] }
|
||||
wayland-backend = "=0.1.0-beta.12"
|
||||
wayland-scanner = "=0.30.0-beta.12"
|
||||
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", branch = "screencopy", default-features = false, features = ["server"] }
|
||||
|
||||
[dependencies.smithay]
|
||||
version = "0.3"
|
||||
|
|
@ -61,4 +61,4 @@ debug = true
|
|||
lto = "fat"
|
||||
|
||||
[patch."https://github.com/Smithay/smithay.git"]
|
||||
smithay = { git = "https://github.com/Smithay//smithay", rev = "625cbca5" }
|
||||
smithay = { git = "https://github.com/Smithay//smithay", rev = "0c7dbfa8" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue