From 2466e70ee2f13565ff4e2efb878acc6beac78629 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Tue, 30 May 2023 13:15:45 -0700 Subject: [PATCH] Update smithay to latest commit Includes output transform fix: https://github.com/Smithay/smithay/pull/1039. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 423a45e8..05f1b269 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"]