mirror of
https://github.com/tauri-apps/javascriptcore-rs.git
synced 2026-01-31 00:35:17 +01:00
Merge pull request #40 from Eijebong/fix-deps
Update the git path for the glib dependency
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user