Fix git dependencies to point to gtk-rs monorepo

This commit is contained in:
Andrei Zisu
2021-02-14 22:16:33 +01:00
parent 866f1c64f8
commit 37c2398c9a

View File

@@ -13,7 +13,7 @@ keywords = ["javascript", "gtk-rs", "gnome"]
name = "javascriptcore"
[dependencies.glib]
git = "https://github.com/gtk-rs/glib"
git = "https://github.com/gtk-rs/gtk-rs.git"
[dependencies.javascriptcore-rs-sys]
path = "./javascriptcore-sys"