deps: Update smithay

This commit is contained in:
Victoria Brekenfeld 2023-05-03 19:47:34 +02:00
parent 18bac3e5ba
commit 521d1b149b
3 changed files with 150 additions and 123 deletions

View file

@ -44,13 +44,13 @@ puffin_egui = { version = "0.19.2", optional = true }
[dependencies.smithay]
version = "0.3"
git = "https://github.com/smithay/smithay.git"
rev = "30dc3abb57"
rev = "9459ddd14e"
default-features = false
features = ["backend_drm", "backend_gbm", "backend_egl", "backend_libinput", "backend_session_libseat", "backend_udev", "backend_winit", "backend_vulkan", "backend_x11", "desktop", "use_system_lib", "renderer_glow", "renderer_multi", "wayland_frontend", "xwayland"]
[dependencies.smithay-egui]
git = "https://github.com/Smithay/smithay-egui.git"
rev = "1145f5ff91"
rev = "197606f400"
features = ["svg"]
optional = true
@ -70,4 +70,4 @@ debug = true
lto = "fat"
[patch."https://github.com/Smithay/smithay.git"]
smithay = { git = "https://github.com/smithay//smithay", rev = "729043da68" }
smithay = { git = "https://github.com/smithay//smithay", rev = "25d1176484" }