Skip to content

Commit

Permalink
Update gtk crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui authored Jul 10, 2024
1 parent 02e945b commit 4373073
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ async-net = { version = "2.0.0", optional = true }
enumflags2 = "0.7"
futures-channel = "0.3"
futures-util = "0.3"
gdk4wayland = { package = "gdk4-wayland", version = "0.8", optional = true }
gdk4x11 = { package = "gdk4-x11", version = "0.8", optional = true }
glib = { version = "0.19", optional = true }
gtk4 = { version = "0.8", optional = true }
gdk4wayland = { package = "gdk4-wayland", version = "0.9", optional = true }
gdk4x11 = { package = "gdk4-x11", version = "0.9", optional = true }
glib = { version = "0.20", optional = true }
gtk4 = { version = "0.9", optional = true }
pipewire = { version = "0.8", optional = true }
rand = { version = "0.8", default-features = false }
raw-window-handle = { version = "0.6", optional = true }
Expand Down

0 comments on commit 4373073

Please sign in to comment.