wip: screencopy

This commit is contained in:
Victoria Brekenfeld 2022-11-03 18:51:27 +01:00
parent dd100d65e4
commit 5a4df346a8
26 changed files with 2046 additions and 327 deletions

View file

@ -61,4 +61,11 @@ debug = true
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/Smithay//smithay", rev = "0c7dbfa8" }
#smithay = { git = "https://github.com/Smithay//smithay", rev = "5671502cd" }
smithay = { path = "../smithay" }
[patch.crates-io]
wayland-server = { git = "https://github.com/Smithay/wayland-rs", rev = "13f6a9be" }
wayland-backend = { git = "https://github.com/Smithay/wayland-rs", rev = "13f6a9be" }
wayland-egl = { git = "https://github.com/Smithay/wayland-rs", rev = "13f6a9be" }
wayland-sys = { git = "https://github.com/Smithay/wayland-rs", rev = "13f6a9be" }