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

4
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,4 @@
[toolchain]
channel = "stable"
components = [ "rust-analyzer" ]
targets = ["x86_64-unknown-linux-gnu"]