summaryrefslogtreecommitdiff
path: root/x11-terms/wezterm/files/wezterm-20230712-072601-xcb.patch
blob: 76c206f421fa19a7be449038756372809e6840f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- wezterm-20230712-072601-f4abf8fd-orig/Cargo.toml	2023-08-13 12:54:56.151071659 +1000
+++ wezterm-20230712-072601-f4abf8fd/Cargo.toml	2023-08-20 11:21:13.448921558 +1000
@@ -26,6 +26,3 @@
 # Disabled because it breaks builds on Windows
 #split-debuginfo = "unpacked"
 
-[patch.crates-io]
-xcb = {git="https://github.com/rust-x-bindings/rust-xcb", rev="dbdaa01c178c6fbe68bd51b7ad44c08172181083"} # waiting on a release with https://github.com/rust-x-bindings/rust-xcb/pull/230
-
--- wezterm-20230712-072601-f4abf8fd-orig/window/Cargo.toml	2023-08-20 10:37:20.004164820 +1000
+++ wezterm-20230712-072601-f4abf8fd/window/Cargo.toml	2023-08-20 11:37:25.547418580 +1000
@@ -70,7 +70,7 @@
 dirs-next = "2.0"
 filedescriptor = { version="0.8", path = "../filedescriptor" }
 x11 = {version ="2.19", features = ["xlib_xcb", "xlib"]}
-xcb = {version="1.2", features=["render", "randr", "dri2", "xkb", "xlib_xcb", "present"]}
+xcb = {version="1.2.2", features=["render", "randr", "dri2", "xkb", "xlib_xcb", "present"]}
 xkbcommon = { version = "0.5.0", features = ["x11", "wayland"] }
 mio = {version="0.8", features=["os-ext"]}
 libc = "0.2"