Change from window surface to zwp_input_popup surface

This commit is contained in:
2024-07-15 13:52:39 -05:00
parent 0abb4c2096
commit fc5ff2cf61
9 changed files with 2270 additions and 129 deletions

14
Cargo.lock generated
View File

@@ -1157,6 +1157,19 @@ dependencies = [
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-misc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa5933740b200188c9b4c38601b8212e8c154d7de0d2cb171944e137a77de1e"
dependencies = [
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.2.0"
@@ -1205,6 +1218,7 @@ dependencies = [
"rten-tensor",
"smithay-client-toolkit",
"wayland-client",
"wayland-protocols-misc",
]
[[package]]