Merge pull request #40 from Eijebong/fix-deps

Update the git path for the glib dependency
This commit is contained in:
Guillaume Gomez
2021-06-16 11:57:09 +02: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/gtk-rs.git"
git = "https://github.com/gtk-rs/gtk-rs-core.git"
[dependencies.javascriptcore-rs-sys]
path = "./javascriptcore-sys"