1
0
Fork 0

Compare commits

...

3 Commits
5 ... master

Author SHA1 Message Date
raatty 8c8d6dfce6 Update 'Cargo.toml' 2022-10-30 11:09:54 +13:00
Raatty e3872c0a69 update lightdm-rs urls 2022-10-30 11:03:43 +13:00
Raatty 3f3bb56290 update lightdm-rs url 2021-10-21 20:55:55 +13:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -362,7 +362,7 @@ dependencies = [
[[package]] [[package]]
name = "light-dm-sys" name = "light-dm-sys"
version = "0.0.1" version = "0.0.1"
source = "git+https://raatty.club:3000/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11" source = "git+https://git.raatty.club/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11"
dependencies = [ dependencies = [
"gio-sys", "gio-sys",
"glib-sys", "glib-sys",
@ -374,7 +374,7 @@ dependencies = [
[[package]] [[package]]
name = "lightdm" name = "lightdm"
version = "0.1.0" version = "0.1.0"
source = "git+https://raatty.club:3000/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11" source = "git+https://git.raatty.club/raatty/lightdm-rs.git#a3c669583bb932e2b25372048b1e9dbda1f10e11"
dependencies = [ dependencies = [
"gio", "gio",
"gio-sys", "gio-sys",

View File

@ -9,7 +9,7 @@ edition = "2018"
libhandy = "0.5.0" libhandy = "0.5.0"
gdk = "0.12.1" gdk = "0.12.1"
gtk = "0.8.1" gtk = "0.8.1"
lightdm = { git = "https://raatty.club:3000/raatty/lightdm-rs.git"} lightdm = { git = "https://git.raatty.club/raatty/lightdm-rs.git"}
[profile.release] [profile.release]
panic = "abort" panic = "abort"