Compare commits

..

2 Commits
master ... wip

Author SHA1 Message Date
3adc342763 Merge branch 'master' into wip
Some checks failed
Build / Build (push) Failing after 2h22m7s
2025-04-04 09:01:54 -04:00
a547524dc5 Updated yarnspinner dependencies
Some checks are pending
Build / Build (push) Waiting to run
2025-04-04 09:00:33 -04:00

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