Skip to content

Commit

Permalink
Switch to released versions of crates
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Jul 10, 2024
1 parent 3c5fa7b commit 0825d6a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@ rust-version = "1.70"
version = "0.9.0"

[workspace.dependencies]
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["use_glib"]}
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v2_66"]}
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master"}
cairo-sys-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["use_glib"]}
gdk-pixbuf-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
gio-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
gobject-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
glib-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
glib = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v2_66"]}
graphene-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
graphene = {package = "graphene-rs", git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20"}
libc = "0.2"
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "master", features = ["v1_46"]}
pango-sys = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v1_46"]}
pango = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.20", branch = "0.20", features = ["v1_46"]}
gir-format-check = "^0.1"
gdk4-x11-sys = {path = "gdk4-x11/sys", version = "0.9"}
gdk4-wayland-sys = {path = "gdk4-wayland/sys", version = "0.9"}
Expand Down

0 comments on commit 0825d6a

Please sign in to comment.