Do git-deps for gtk stuff
This commit is contained in:
parent
fc8ca1af63
commit
5b26d19aa9
12
Cargo.toml
12
Cargo.toml
@ -10,9 +10,9 @@ documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
|
|||||||
keywords = ["libnotify", "notification"]
|
keywords = ["libnotify", "notification"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gdk-pixbuf = "^0.1.3"
|
gdk-pixbuf = { git = "https://github.com/gtk-rs/gdk-pixbuf.git" }
|
||||||
gdk-pixbuf-sys = "^0.3.4"
|
gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||||
glib = "^0.1.3"
|
glib = { git = "https://github.com/gtk-rs/glib.git" }
|
||||||
glib-sys = "^0.3.4"
|
glib-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||||
gobject-sys = "^0.3.4"
|
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||||
libnotify-sys = "^1.0.0"
|
libnotify-sys = { path = "libnotify-sys" }
|
||||||
|
@ -6,13 +6,13 @@ bitflags = "^0.9.0"
|
|||||||
libc = "^0.2.0"
|
libc = "^0.2.0"
|
||||||
|
|
||||||
[dependencies.gdk-pixbuf-sys]
|
[dependencies.gdk-pixbuf-sys]
|
||||||
version = "^0.3.4"
|
git = "https://github.com/gtk-rs/sys"
|
||||||
|
|
||||||
[dependencies.glib-sys]
|
[dependencies.glib-sys]
|
||||||
version = "^0.3.4"
|
git = "https://github.com/gtk-rs/sys"
|
||||||
|
|
||||||
[dependencies.gobject-sys]
|
[dependencies.gobject-sys]
|
||||||
version = "^0.3.4"
|
git = "https://github.com/gtk-rs/sys"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "libnotify_sys"
|
name = "libnotify_sys"
|
||||||
|
Loading…
Reference in New Issue
Block a user