mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +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:
parent
79ce027d38
commit
55de5b0e4e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -7467,7 +7467,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "xcb-imdkit"
|
name = "xcb-imdkit"
|
||||||
version = "0.3.0"
|
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 = [
|
dependencies = [
|
||||||
"bitflags 1.3.2",
|
"bitflags 1.3.2",
|
||||||
"cc",
|
"cc",
|
||||||
|
@ -77,7 +77,7 @@ xcb = {version="1.3", features=["render", "randr", "dri2", "xkb", "xlib_xcb", "p
|
|||||||
xkbcommon = { version = "0.7.0", features = ["x11", "wayland"] }
|
xkbcommon = { version = "0.7.0", features = ["x11", "wayland"] }
|
||||||
mio = {version="0.8", features=["os-ext"]}
|
mio = {version="0.8", features=["os-ext"]}
|
||||||
libc = "0.2"
|
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"
|
zbus = "3.14"
|
||||||
zvariant = "3.15"
|
zvariant = "3.15"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user