Depend on crates.io packages instead of git
This commit is contained in:
parent
23951a87a8
commit
f6229fed25
@ -4,9 +4,6 @@ name = "libnotify"
|
||||
version = "0.0.1"
|
||||
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
||||
|
||||
[dependencies.libnotify-sys]
|
||||
git = "https://github.com/crumblingstatue/rust-libnotify-sys.git"
|
||||
|
||||
[dependencies.glib-2_0-sys]
|
||||
git = "https://github.com/crumblingstatue/glib-sys.git"
|
||||
branch = "integ"
|
||||
[dependencies]
|
||||
libnotify-sys = "*"
|
||||
glib-2_0-sys = "*"
|
||||
|
Loading…
Reference in New Issue
Block a user