Update 'Cargo.toml'

This commit is contained in:
raatty 2020-04-23 22:37:39 +12:00
parent 5398f66794
commit a3c669583b
1 changed files with 6 additions and 16 deletions

View File

@ -8,21 +8,11 @@ authors = ["Raatty <me@raatty.club>"]
[dependencies]
libc = "0.2"
once_cell = "1.3.1"
glib = "0.9.3"
glib-sys = "0.9.1"
gobject-sys = "0.9.1"
gio = "0.8.1"
gio-sys = "0.9.1"
[dependencies.light-dm-sys]
path = "./lightdm-sys"
[dependencies.glib]
git = "https://github.com/gtk-rs/glib"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/sys"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/sys"
[dependencies.gio]
git = "https://github.com/gtk-rs/gio"
[dependencies.gio-sys]
git = "https://github.com/gtk-rs/sys"
path = "./lightdm-sys"