mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-23 22:01:31 +11:00
Use xkbcommon-dl 0.3.0
This commit is contained in:
parent
1805124c54
commit
b5af6bb266
|
@ -122,7 +122,7 @@ wayland-backend = { version = "0.1.0", default_features = false, features = ["cl
|
||||||
wayland-protocols = { version = "0.30.0", features = [ "staging"], optional = true }
|
wayland-protocols = { version = "0.30.0", features = [ "staging"], optional = true }
|
||||||
calloop = "0.10.5"
|
calloop = "0.10.5"
|
||||||
x11-dl = { version = "2.18.5", optional = true }
|
x11-dl = { version = "2.18.5", optional = true }
|
||||||
xkbcommon-dl = { git = "https://github.com/maroider/xkbcommon-dl", rev = "900832888ad6f11011d1369befb344a9aa8a9610" }
|
xkbcommon-dl = "0.3.0"
|
||||||
memmap2 = { version = "0.5.0", optional = true }
|
memmap2 = { version = "0.5.0", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_os = "redox")'.dependencies]
|
[target.'cfg(target_os = "redox")'.dependencies]
|
||||||
|
|
|
@ -31,6 +31,7 @@ multiple-versions = "deny"
|
||||||
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
|
wildcards = "allow" # at least until https://github.com/EmbarkStudios/cargo-deny/issues/241 is fixed
|
||||||
deny = []
|
deny = []
|
||||||
skip = [
|
skip = [
|
||||||
|
{ name = "bitflags" }, # the ecosystem is in the process of migrating.
|
||||||
{ name = "nix" }, # differing version - as of 2023-03-02 whis can be solved with `cargo update && cargo update -p calloop --precise 0.10.2`
|
{ name = "nix" }, # differing version - as of 2023-03-02 whis can be solved with `cargo update && cargo update -p calloop --precise 0.10.2`
|
||||||
{ name = "memoffset"}, # due to different nix versions.
|
{ name = "memoffset"}, # due to different nix versions.
|
||||||
{ name = "syn" }, # https://github.com/rust-mobile/ndk/issues/392 and https://github.com/rustwasm/wasm-bindgen/issues/3390
|
{ name = "syn" }, # https://github.com/rust-mobile/ndk/issues/392 and https://github.com/rustwasm/wasm-bindgen/issues/3390
|
||||||
|
|
Loading…
Reference in a new issue