Renamed glib packages

I'm going to normalize the package names in gi-rust, while also switching
to generated code that provides nearly all of the library API. This
package is one of the few that depends on the current name.
This commit is contained in:
Mikhail Zabaluev 2015-10-23 23:34:09 +03:00
parent d23eabffea
commit d979d8a2d1
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ keywords = ["libnotify", "notification"]
[dependencies]
libnotify-sys = "*"
glib-2_0-sys = "*"
glib-2-0-sys = "*"
gtypes = "*"