1
1
mirror of https://github.com/wez/wezterm.git synced 2024-08-16 09:40:34 +03:00

update xcb-imdkit to pick up more from_raw_parts related fixes

refs: https://github.com/wez/xcb-imdkit-rs/pull/1
This commit is contained in:
Wez Furlong 2024-05-11 07:11:31 -07:00
parent 79ce027d38
commit 55de5b0e4e
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -7467,7 +7467,7 @@ dependencies = [
[[package]]
name = "xcb-imdkit"
version = "0.3.0"
source = "git+https://github.com/wez/xcb-imdkit-rs.git?rev=215ce4b08ac9c4822e541efd4f4ffb1062806051#215ce4b08ac9c4822e541efd4f4ffb1062806051"
source = "git+https://github.com/wez/xcb-imdkit-rs.git?rev=358e226573461fe540efb920e2aad740e3c6fab1#358e226573461fe540efb920e2aad740e3c6fab1"
dependencies = [
"bitflags 1.3.2",
"cc",

View File

@ -77,7 +77,7 @@ xcb = {version="1.3", features=["render", "randr", "dri2", "xkb", "xlib_xcb", "p
xkbcommon = { version = "0.7.0", features = ["x11", "wayland"] }
mio = {version="0.8", features=["os-ext"]}
libc = "0.2"
xcb-imdkit = { version="0.3", git="https://github.com/wez/xcb-imdkit-rs.git", rev="215ce4b08ac9c4822e541efd4f4ffb1062806051"}
xcb-imdkit = { version="0.3", git="https://github.com/wez/xcb-imdkit-rs.git", rev="358e226573461fe540efb920e2aad740e3c6fab1"}
zbus = "3.14"
zvariant = "3.15"