From a547524dc5d956f567d913f0e97d7ee99418e06a Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Fri, 4 Apr 2025 09:00:33 -0400 Subject: [PATCH] Updated yarnspinner dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b17d10..59d78e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ md5 = "0.7" aes = "0.8" hex = "0.4" hex-literal = "1.0" -uuid = "1.11" lazy_static = "1.5" +uuid = "1.12" [dependencies.bevy] version = "0.15" @@ -34,7 +34,7 @@ git = "https://git.soaos.dev/soaos/occule" tag = "v0.3.1" [dependencies.yarnspinner] -git = "https://github.com/YarnSpinnerTool/YarnSpinner-Rust" +version = "0.4" optional = true features = ["serde"]