From a0dded472e9e64d411533d02895a4de6f5022708 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Sat, 7 Sep 2019 10:52:17 -0500 Subject: [PATCH] Use my fork for now. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"