gardesk/garclip / dc9e47c

Browse files

add xfixes feature to x11rb

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
dc9e47c4f7e5370ce609f338e580b90ef5e0140b
Parents
73dfaa4
Tree
31dd665

1 changed file

StatusFile+-
M Cargo.toml 1 1
Cargo.tomlmodified
@@ -11,7 +11,7 @@ repository = "https://github.com/mfwolffe/gardesk"
1111
 
1212
 [workspace.dependencies]
1313
 # X11
14
-x11rb = { version = "0.13", features = ["allow-unsafe-code"] }
14
+x11rb = { version = "0.13", features = ["allow-unsafe-code", "xfixes"] }
1515
 
1616
 # Async runtime
1717
 tokio = { version = "1", features = ["full", "signal"] }