Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d19aadb4d2 | ||
|
|
7556615e78 | ||
|
|
1636812abc | ||
|
|
d979d8a2d1 |
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "libnotify"
|
name = "libnotify"
|
||||||
version = "0.0.4"
|
version = "0.1.0"
|
||||||
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
authors = ["Mika Attila <radiantstatue@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Rust bindings to libnotify"
|
description = "Rust bindings to libnotify"
|
||||||
@@ -11,6 +11,6 @@ documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"
|
|||||||
keywords = ["libnotify", "notification"]
|
keywords = ["libnotify", "notification"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libnotify-sys = "*"
|
libnotify-sys = "0.2.0"
|
||||||
glib-2_0-sys = "*"
|
glib-2-0-sys = "0.46.0"
|
||||||
gtypes = "*"
|
gtypes = "0.1.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user