Update libnotify deps
This commit is contained in:
parent
d830a339e1
commit
a951e61a6c
30
Cargo.toml
30
Cargo.toml
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user