Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
cf6c840ee7 | |||
385cb3ba6d | |||
![]() |
5b26d19aa9 |
30
Cargo.toml
30
Cargo.toml
@ -1,24 +1,18 @@
|
||||
[package]
|
||||
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"
|
||||
version = "1.0.1"
|
||||
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
|
||||
license = "MIT"
|
||||
description = "Rust bindings to libnotify"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/hasufell/rust-libnotify"
|
||||
version = "1.0.2"
|
||||
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
|
||||
keywords = ["libnotify", "notification"]
|
||||
|
||||
[dependencies]
|
||||
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"
|
||||
gdk-pixbuf = { git = "https://github.com/gtk-rs/gdk-pixbuf.git" }
|
||||
gdk-pixbuf-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||
glib = { git = "https://github.com/gtk-rs/glib.git" }
|
||||
glib-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
|
||||
libnotify-sys = { path = "libnotify-sys" }
|
||||
|
@ -1,30 +1,30 @@
|
||||
[build-dependencies]
|
||||
pkg-config = ">=0.3.7"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "^0.9.0"
|
||||
libc = "^0.2.0"
|
||||
|
||||
[dependencies.gdk-pixbuf-sys]
|
||||
git = "https://github.com/gtk-rs/sys"
|
||||
|
||||
[dependencies.glib-sys]
|
||||
git = "https://github.com/gtk-rs/sys"
|
||||
|
||||
[dependencies.gobject-sys]
|
||||
git = "https://github.com/gtk-rs/sys"
|
||||
|
||||
[lib]
|
||||
name = "libnotify_sys"
|
||||
|
||||
[package]
|
||||
authors = [
|
||||
"Mika Attila <radiantstatue@gmail.com>",
|
||||
"Julian Ospald <hasufell@posteo.de>",
|
||||
]
|
||||
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
|
||||
build = "build.rs"
|
||||
description = "FFI bindings to libnotify"
|
||||
keywords = [
|
||||
"libnotify",
|
||||
"notification",
|
||||
]
|
||||
keywords = ["libnotify", "notification"]
|
||||
license = "MIT"
|
||||
links = "libnotify"
|
||||
name = "libnotify-sys"
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/hasufell/rust-libnotify"
|
||||
version = "1.0.1"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = ">=0.3.9"
|
||||
|
||||
[dependencies]
|
||||
bitflags = "^0.9.1"
|
||||
gdk-pixbuf-sys = "^0.4.0"
|
||||
glib-sys = "^0.4.0"
|
||||
gobject-sys = "^0.4.0"
|
||||
libc = "^0.2.30"
|
||||
|
||||
[lib]
|
||||
name = "libnotify_sys"
|
||||
version = "1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user