mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-25 10:15:57 +00:00
Use my fork for now.
This commit is contained in:
parent
c91ed6d005
commit
a0dded472e
|
@ -8,7 +8,7 @@ edition = "2018"
|
||||||
crate-type = ["cdylib"]
|
crate-type = ["cdylib"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
gdnative = { path = "../godot-rust/gdnative" }
|
gdnative = { git = "https://github.com/ndarilek/godot-rust/" }
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
speech-dispatcher = "0.3"
|
speech-dispatcher = "0.3"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user