Skip to content

Commit

Permalink
gdk-wayland: Bump wayland crate deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Oct 14, 2023
1 parent 40ed16a commit d220983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdk4-wayland/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ gdk = {path = "../gdk4", package = "gdk4", version = "0.8"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
libc = "0.2"
wayland-client = {version = "0.30.0", optional = true}
wayland-backend = {version = "0.1.0", optional = true, features = ["client_system"]}
wayland-client = {version = "0.31.0", optional = true}
wayland-backend = {version = "0.3.0", optional = true, features = ["client_system"]}
khronos-egl = {version = "6.0", optional = true}
xkb = {version = "0.3", optional = true}

Expand Down

0 comments on commit d220983

Please sign in to comment.