Use my fork for now.

This commit is contained in:
Nolan Darilek 2019-09-07 10:52:17 -05:00
parent c91ed6d005
commit a0dded472e

View File

@ -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"