Update dependencies from most recent work.

This commit is contained in:
Nolan Darilek 2022-12-07 09:39:52 -06:00
parent dba2d061ac
commit f21d3357e9

View File

@ -10,7 +10,7 @@ crate-type = ["staticlib", "cdylib"]
[dependencies] [dependencies]
env_logger = "0.10" env_logger = "0.10"
gdnative = "0.11" gdnative = "0.11"
tts = "0.25" tts = { version = "0.25", features = ["tolk"] }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
tolk = { version = "0.5", optional = true } tolk = { version = "0.5", optional = true }