Desktop: Enable window resize controls on Wayland compositors (#3183)

wayland client side decorations
This commit is contained in:
Timon
2025-09-21 05:17:05 -07:00
committed by GitHub
parent 09bc891ab2
commit 21f34ab19a
4 changed files with 17 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ graphite-desktop-wrapper = { path = "wrapper" }
graphite-desktop-embedded-resources = { path = "embedded-resources", optional = true }
wgpu = { workspace = true }
winit = { workspace = true, features = [ "serde" ] }
winit = { workspace = true, features = [ "wayland-csd-adwaita-notitlebar", "serde" ] }
thiserror = { workspace = true }
futures = { workspace = true }
cef = { workspace = true }