diff --git a/Cargo.toml b/Cargo.toml index a51e18d..667fa23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -gdnative = { path = "../godot-rust/gdnative" } +gdnative = { git = "https://github.com/ndarilek/godot-rust/" } [target.'cfg(unix)'.dependencies] speech-dispatcher = "0.3"