Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #229 from vhdirk/dependencies
Browse files Browse the repository at this point in the history
remove versions from git dependencies
  • Loading branch information
GuillaumeGomez committed Jul 14, 2018
2 parents 6cd3801 + e1a0554 commit 2bbf289
Showing 1 changed file with 9 additions and 35 deletions.
44 changes: 9 additions & 35 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,41 +41,15 @@ git = "https://github.com/gtk-rs/lgpl-docs"
libc = "0.2"
bitflags = "1.0"

[dependencies.glib-sys]
version = "0.6.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.gdk-sys]
version = "0.6.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.gobject-sys]
version = "0.6.0"
git = "https://github.com/gtk-rs/sys"

[dependencies.cairo-sys-rs]
version = "0.6.0"
git = "https://github.com/gtk-rs/cairo"

[dependencies.cairo-rs]
version = "0.4.0"
git = "https://github.com/gtk-rs/cairo"

[dependencies.gdk-pixbuf]
version = "0.4.0"
git = "https://github.com/gtk-rs/gdk-pixbuf"

[dependencies.gio]
version = "0.4.0"
git = "https://github.com/gtk-rs/gio"

[dependencies.glib]
version = "0.5.0"
git = "https://github.com/gtk-rs/glib"

[dependencies.pango]
version = "0.4.0"
git = "https://github.com/gtk-rs/pango"
glib-sys = { git = "https://github.com/gtk-rs/sys" }
gdk-sys = { git = "https://github.com/gtk-rs/sys" }
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
cairo-sys-rs = { git = "https://github.com/gtk-rs/cairo" }
cairo-rs = { git = "https://github.com/gtk-rs/cairo" }
gdk-pixbuf = { git = "https://github.com/gtk-rs/gdk-pixbuf" }
gio = { git = "https://github.com/gtk-rs/gio" }
glib = { git = "https://github.com/gtk-rs/glib" }
pango = { git = "https://github.com/gtk-rs/pango" }

[dev-dependencies]
gir-format-check = "^0.1"

0 comments on commit 2bbf289

Please sign in to comment.