diff --git a/Cargo.toml b/Cargo.toml index 5dd3d34..0f4f151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,21 +8,11 @@ authors = ["Raatty "] [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" \ No newline at end of file