mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-05 00:11:29 +03:00
move libei event conversion to event crate
This commit is contained in:
@@ -61,5 +61,5 @@ default = ["wayland", "x11", "xdg_desktop_portal", "libei", "gtk"]
|
||||
wayland = ["input-capture/wayland", "input-emulation/wayland"]
|
||||
x11 = ["input-capture/x11", "input-emulation/x11"]
|
||||
xdg_desktop_portal = ["input-emulation/xdg_desktop_portal"]
|
||||
libei = ["input-capture/libei", "input-emulation/libei"]
|
||||
libei = ["input-event/libei", "input-capture/libei", "input-emulation/libei"]
|
||||
gtk = ["dep:gtk", "dep:adw", "dep:async-channel", "dep:glib-build-tools"]
|
||||
|
||||
Reference in New Issue
Block a user