add xfixes feature to x11rb
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
dc9e47c4f7e5370ce609f338e580b90ef5e0140b- Parents
-
73dfaa4 - Tree
31dd665
dc9e47c
dc9e47c4f7e5370ce609f338e580b90ef5e0140b73dfaa4
31dd665| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.toml
|
1 | 1 |
Cargo.tomlmodified@@ -11,7 +11,7 @@ repository = "https://github.com/mfwolffe/gardesk" | ||
| 11 | 11 | |
| 12 | 12 | [workspace.dependencies] |
| 13 | 13 | # X11 |
| 14 | -x11rb = { version = "0.13", features = ["allow-unsafe-code"] } | |
| 14 | +x11rb = { version = "0.13", features = ["allow-unsafe-code", "xfixes"] } | |
| 15 | 15 | |
| 16 | 16 | # Async runtime |
| 17 | 17 | tokio = { version = "1", features = ["full", "signal"] } |