@@ -15,35 +15,35 @@ input-event = { path = "../input-event", version = "0.3.0" }
1515thiserror = " 2.0.0"
1616serde = { version = " 1.0" , features = [" derive" ] }
1717tokio = { version = " 1.32.0" , features = [
18- " io-util" ,
19- " io-std" ,
20- " macros" ,
21- " net" ,
22- " process" ,
23- " rt" ,
24- " sync" ,
25- " signal" ,
26- " time" ,
18+ " io-util" ,
19+ " io-std" ,
20+ " macros" ,
21+ " net" ,
22+ " process" ,
23+ " rt" ,
24+ " sync" ,
25+ " signal" ,
26+ " time" ,
2727] }
2828once_cell = " 1.19.0"
2929
3030[target .'cfg(all(unix, not(target_os="macos")))' .dependencies ]
3131bitflags = " 2.6.0"
3232wayland-client = { version = " 0.31.1" , optional = true }
3333wayland-protocols = { version = " 0.32.1" , features = [
34- " client" ,
35- " staging" ,
36- " unstable" ,
34+ " client" ,
35+ " staging" ,
36+ " unstable" ,
3737], optional = true }
3838wayland-protocols-wlr = { version = " 0.3.1" , features = [
39- " client" ,
39+ " client" ,
4040], optional = true }
4141wayland-protocols-misc = { version = " 0.3.1" , features = [
42- " client" ,
42+ " client" ,
4343], optional = true }
4444x11 = { version = " 2.21.0" , features = [" xlib" , " xtest" ], optional = true }
4545ashpd = { version = " 0.11.0" , default-features = false , features = [
46- " tokio" ,
46+ " tokio" ,
4747], optional = true }
4848reis = { version = " 0.5.0" , features = [" tokio" ], optional = true }
4949
@@ -54,22 +54,22 @@ keycode = "1.0.0"
5454
5555[target .'cfg(windows)' .dependencies ]
5656windows = { version = " 0.61.2" , features = [
57- " Win32_System_LibraryLoader" ,
58- " Win32_System_Threading" ,
59- " Win32_Foundation" ,
60- " Win32_Graphics" ,
61- " Win32_Graphics_Gdi" ,
62- " Win32_UI_Input_KeyboardAndMouse" ,
63- " Win32_UI_WindowsAndMessaging" ,
57+ " Win32_System_LibraryLoader" ,
58+ " Win32_System_Threading" ,
59+ " Win32_Foundation" ,
60+ " Win32_Graphics" ,
61+ " Win32_Graphics_Gdi" ,
62+ " Win32_UI_Input_KeyboardAndMouse" ,
63+ " Win32_UI_WindowsAndMessaging" ,
6464] }
6565
6666[features ]
6767default = [" wlroots" , " x11" , " remote_desktop_portal" , " libei" ]
6868wlroots = [
69- " dep:wayland-client" ,
70- " dep:wayland-protocols" ,
71- " dep:wayland-protocols-wlr" ,
72- " dep:wayland-protocols-misc" ,
69+ " dep:wayland-client" ,
70+ " dep:wayland-protocols" ,
71+ " dep:wayland-protocols-wlr" ,
72+ " dep:wayland-protocols-misc" ,
7373]
7474x11 = [" dep:x11" ]
7575remote_desktop_portal = [" dep:ashpd" ]
0 commit comments