Skip to content

Commit

Permalink
gtk: Switch to 0.7 branch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Aug 11, 2023
1 parent 556ed4c commit 9fca995
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ async-std = {version = "1.12", optional = true}
enumflags2 = "0.7"
futures-channel = "0.3"
futures-util = "0.3"
gdk4wayland = {package = "gdk4-wayland", version = "0.8", git="https://github.com/gtk-rs/gtk4-rs.git", optional = true}
gdk4x11 = {package = "gdk4-x11", version = "0.8", git="https://github.com/gtk-rs/gtk4-rs.git", optional = true}
gtk4 = {version = "0.8", git="https://github.com/gtk-rs/gtk4-rs", optional = true}
gdk4wayland = {package = "gdk4-wayland", version = "0.7", branch = "0.7", git="https://github.com/gtk-rs/gtk4-rs.git", optional = true}
gdk4x11 = {package = "gdk4-x11", version = "0.7", branch = "0.7", git="https://github.com/gtk-rs/gtk4-rs.git", optional = true}
gtk4 = {version = "0.7", branch = "0.7", git="https://github.com/gtk-rs/gtk4-rs.git", optional = true}
libc = {version = "0.2", optional = true}
once_cell = "1.14"
pw = {package = "pipewire", version = "0.6", optional = true}
Expand Down

0 comments on commit 9fca995

Please sign in to comment.