Skip to content

Commit 9318bcc

Browse files
authored
Upgrade to xcb 1.0.0 (#3)
* Update `xcb` to 1.0.0 * Port over everything, sans event handling * Port event handling, sans value mask * Port value mask * Fix remaining compiler errors and warnings * Use `x::Window::none()`
1 parent 6922f1c commit 9318bcc

File tree

3 files changed

+156
-200
lines changed

3 files changed

+156
-200
lines changed

Cargo.lock

+3-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ravenwm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2021"
88
[dependencies]
99
nix = "0.23"
1010
ravenwm_core = { path = "../ravenwm_core" }
11-
xcb = "0.10"
11+
xcb = "1.0"

0 commit comments

Comments
 (0)