Update libnotify deps
This commit is contained in:
parent
d830a339e1
commit
a951e61a6c
30
Cargo.toml
30
Cargo.toml
@ -1,18 +1,24 @@
|
||||
[package]
|
||||
name = "libnotify"
|
||||
version = "1.0.1"
|
||||
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
|
||||
license = "MIT"
|
||||
authors = [
|
||||
"Mika Attila <radiantstatue@gmail.com>",
|
||||
"Julian Ospald <hasufell@posteo.de>",
|
||||
]
|
||||
description = "Rust bindings to libnotify"
|
||||
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
|
||||
keywords = [
|
||||
"libnotify",
|
||||
"notification",
|
||||
]
|
||||
license = "MIT"
|
||||
name = "libnotify"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/hasufell/rust-libnotify"
|
||||
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
|
||||
keywords = ["libnotify", "notification"]
|
||||
version = "1.0.2"
|
||||
|
||||
[dependencies]
|
||||
gdk-pixbuf = "^0.1.3"
|
||||
gdk-pixbuf-sys = "^0.3.4"
|
||||
glib = "^0.1.3"
|
||||
glib-sys = "^0.3.4"
|
||||
gobject-sys = "^0.3.4"
|
||||
libnotify-sys = "^1.0.0"
|
||||
gdk-pixbuf = "^0.2.0"
|
||||
gdk-pixbuf-sys = "^0.4.0"
|
||||
glib = "^0.3.1"
|
||||
glib-sys = "^0.4.0"
|
||||
gobject-sys = "^0.4.0"
|
||||
libnotify-sys = "^1.0.1"
|
||||
|
Loading…
Reference in New Issue
Block a user