Updated yarnspinner dependencies
Some checks are pending
Build / Build (push) Waiting to run

This commit is contained in:
Silas Bartha 2025-04-04 09:00:33 -04:00
parent 4e1104d06c
commit a547524dc5

View File

@ -17,8 +17,8 @@ md5 = "0.7"
aes = "0.8" aes = "0.8"
hex = "0.4" hex = "0.4"
hex-literal = "1.0" hex-literal = "1.0"
uuid = "1.11"
lazy_static = "1.5" lazy_static = "1.5"
uuid = "1.12"
[dependencies.bevy] [dependencies.bevy]
version = "0.15" version = "0.15"
@ -34,7 +34,7 @@ git = "https://git.soaos.dev/soaos/occule"
tag = "v0.3.1" tag = "v0.3.1"
[dependencies.yarnspinner] [dependencies.yarnspinner]
git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust" version = "0.4"
optional = true optional = true
features = ["serde"] features = ["serde"]