Update libnotify deps

This commit is contained in:
Julian Ospald 2017-09-02 01:00:43 +02:00
parent d830a339e1
commit a951e61a6c
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 18 additions and 12 deletions

View File

@ -1,18 +1,24 @@
[package] [package]
name = "libnotify" authors = [
version = "1.0.1" "Mika Attila <radiantstatue@gmail.com>",
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"] "Julian Ospald <hasufell@posteo.de>",
license = "MIT" ]
description = "Rust bindings to libnotify" description = "Rust bindings to libnotify"
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
keywords = [
"libnotify",
"notification",
]
license = "MIT"
name = "libnotify"
readme = "README.md" readme = "README.md"
repository = "https://github.com/hasufell/rust-libnotify" repository = "https://github.com/hasufell/rust-libnotify"
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/" version = "1.0.2"
keywords = ["libnotify", "notification"]
[dependencies] [dependencies]
gdk-pixbuf = "^0.1.3" gdk-pixbuf = "^0.2.0"
gdk-pixbuf-sys = "^0.3.4" gdk-pixbuf-sys = "^0.4.0"
glib = "^0.1.3" glib = "^0.3.1"
glib-sys = "^0.3.4" glib-sys = "^0.4.0"
gobject-sys = "^0.3.4" gobject-sys = "^0.4.0"
libnotify-sys = "^1.0.0" libnotify-sys = "^1.0.1"