Skip to content

Commit 40d3b83

Browse files
author
dcz
committed
Implement experimental input method protocol
With popup additions: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/407
1 parent 0eba37b commit 40d3b83

File tree

4 files changed

+742
-0
lines changed

4 files changed

+742
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ wayland-protocols-misc = { version = "0.3.6", features = ["client"] }
3333
wayland-protocols-wlr = { version = "0.3.1", features = ["client"] }
3434
wayland-scanner = "0.31.0"
3535
wayland-csd-frame = "0.3.0"
36+
wl-input-method = { version = "0.0.2", git = "https://gitlab.freedesktop.org/dcz/wl-input-method.git", branch="popup" }
3637

3738
xkbcommon = { version = "0.8.0", optional = true, features = ["wayland"] }
3839
xkeysym = "0.2.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_protocols as protocols;
1818
pub use wayland_protocols_misc as protocols_misc;
1919
pub use wayland_protocols_wlr as protocols_wlr;
20+
pub use wl_input_method;
2021
}
2122

2223
pub mod activation;

0 commit comments

Comments
 (0)