Update smithay to latest commit

Includes output transform fix:
https://github.com/Smithay/smithay/pull/1039.
This commit is contained in:
Ian Douglas Scott 2023-05-30 13:15:45 -07:00
parent b1e39452d0
commit 2466e70ee2

View file

@ -48,7 +48,7 @@ branch = "feature/copy_clone"
[dependencies.smithay]
version = "0.3"
git = "https://github.com/smithay/smithay.git"
rev = "9459ddd14e"
rev = "138921bff4"
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"]