Skip to content

Commit d6bf77c

Browse files
Modify the -sys crates urls
1 parent 4cfe28c commit d6bf77c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdk4-wayland/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ libc = "0.2"
3232

3333
[dependencies.glib]
3434
package = "glib-sys"
35-
git = "https://github.com/gtk-rs/gtk-rs-core.git"
35+
git = "https://github.com/gtk-rs/gtk-rs-core"
3636
version = "0.16"
3737

3838
[build-dependencies]

gdk4-x11/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ version = "0.5.0"
3737

3838
[dependencies.glib]
3939
package = "glib-sys"
40-
git = "https://github.com/gtk-rs/gtk-rs-core.git"
40+
git = "https://github.com/gtk-rs/gtk-rs-core"
4141
version = "0.16"
4242

4343
[build-dependencies]

0 commit comments

Comments
 (0)