Skip to content

Commit 1476654

Browse files
dczwash2
authored andcommitted
Implement experimental input method protocol
With popup additions: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/407
1 parent c6be8dc commit 1476654

File tree

4 files changed

+747
-0
lines changed

4 files changed

+747
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ wayland-backend = "0.3.0"
2929
wayland-client = "0.31.1"
3030
wayland-cursor = "0.31.0"
3131
wayland-protocols = { version = "0.32.1", features = ["client", "staging", "unstable"] }
32+
wayland-protocols-experimental = { version = "20250721.0.1", features = ["client"] }
3233
wayland-protocols-misc = { version = "0.3.6", features = ["client"] }
3334
wayland-protocols-wlr = { version = "0.3.1", features = ["client"] }
3435
wayland-scanner = "0.31.0"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ pub mod reexports {
1717
pub use wayland_client as client;
1818
pub use wayland_csd_frame as csd_frame;
1919
pub use wayland_protocols as protocols;
20+
pub use wayland_protocols_experimental as protocols_experimental;
2021
pub use wayland_protocols_misc as protocols_misc;
2122
pub use wayland_protocols_wlr as protocols_wlr;
2223
}

0 commit comments

Comments
 (0)