implement xdg_popup support

This commit is contained in:
galister
2026-01-03 12:23:03 +09:00
parent c1544e93e9
commit 96cbc5af78
5 changed files with 153 additions and 32 deletions

View File

@@ -93,6 +93,7 @@ xkbcommon = { version = "0.9.0" }
################################
smithay = { version = "0.7.0", default-features = false, features = [
"backend_vulkan",
"desktop",
"xwayland",
"wayland_frontend",
], optional = true }