Skip to content

Commit

Permalink
Update all gtk crates to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atlanticaccent committed Nov 15, 2023
1 parent e53a5ab commit fbb92db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions druid-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ ashpd = { version = "0.3.2", optional = true }
cairo-rs = { version = "0.16.7", default-features = false, features = ["xcb"] }
cairo-sys-rs = { version = "0.16.3", default-features = false, optional = true }
futures = { version = "0.3.26", optional = true, features = ["executor"]}
gdk-sys = { version = "0.16.0", optional = true }
gdk-sys = { version = "0.18.0", optional = true }
# `gtk` gets renamed to `gtk-rs` so that we can use `gtk` as the feature name.
gtk-rs = { version = "0.16.2", package = "gtk", optional = true }
glib-sys = { version = "0.16.3", optional = true }
gtk-sys = { version = "0.16.0", optional = true }
gtk-rs = { version = "0.18.0", package = "gtk", optional = true }
glib-sys = { version = "0.18.0", optional = true }
gtk-sys = { version = "0.18.0", optional = true }
nix = { version = "0.24.3", optional = true }
x11rb = { version = "0.10.1", features = ["allow-unsafe-code", "present", "render", "randr", "xfixes", "xkb", "resource_manager", "cursor"], optional = true }
wayland-client = { version = "0.29.5", optional = true }
Expand Down

0 comments on commit fbb92db

Please sign in to comment.