Browse Source

Update libnotify deps

master
Julian Ospald 6 years ago
parent
commit
a951e61a6c
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 18 additions and 12 deletions
  1. +18
    -12
      Cargo.toml

+ 18
- 12
Cargo.toml View File

@@ -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…
Cancel
Save