Update 'Cargo.toml'
This commit is contained in:
parent
5398f66794
commit
a3c669583b
22
Cargo.toml
22
Cargo.toml
|
@ -8,21 +8,11 @@ authors = ["Raatty <me@raatty.club>"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
once_cell = "1.3.1"
|
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]
|
[dependencies.light-dm-sys]
|
||||||
path = "./lightdm-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"
|
|
Loading…
Reference in New Issue