Add support for xcb
Due to XCB and Xlib compability, we can take a shortcut and use X11's underlying xcb_connection. This way, a complete XCB backend implementation can be avoided.
This commit is contained in:
parent
20afec5a14
commit
32d01b288e
5 changed files with 26 additions and 1 deletions
|
|
@ -39,4 +39,4 @@ dwmapi-sys = "0.1"
|
|||
wayland-client = { version = "0.5.4", features = ["dlopen"] }
|
||||
wayland-kbd = "0.3.3"
|
||||
wayland-window = "0.2.2"
|
||||
x11-dl = "~2.4"
|
||||
x11-dl = "2.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue