Skip to content

Commit

Permalink
gtk: Switch back to main branch (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Aug 14, 2023
1 parent 22d5b27 commit 2a92f94
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.7", optional = true}
gdk4x11 = {package = "gdk4-x11", version = "0.7", optional = true}
gtk4 = {version = "0.7", optional = true}
gdk4wayland = {package = "gdk4-wayland", git = "https://github.com/gtk-rs/gtk4-rs.git", version = "0.8", optional = true}
gdk4x11 = {package = "gdk4-x11", git = "https://github.com/gtk-rs/gtk4-rs.git", version = "0.8", optional = true}
gtk4 = {version = "0.8", 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 2a92f94

Please sign in to comment.