Merge pull request #39 from matzipan/fix-git-deps

Fix git dependencies to point to gtk-rs monorepo
This commit is contained in:
antoyo
2021-02-16 16:33:37 -05:00
committed by GitHub

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"