Update 'lightdm-sys/Cargo.toml'

master
raatty 2020-04-23 22:35:00 +12:00
parent 7a5e10b22a
commit 5398f66794
1 changed files with 3 additions and 9 deletions

View File

@ -11,15 +11,9 @@ name = "light_dm_sys"
[dependencies]
libc = "0.2"
[dependencies.gio-sys]
git = "https://github.com/gtk-rs/sys"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/sys"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/sys"
gio-sys = "0.9.1"
gobject-sys = "0.9.1"
glib-sys = "0.9.1"
[build-dependencies]
pkg-config = "0.3.7"