From a8265c5b73389d04b1b7651018165e3a1520aa02 Mon Sep 17 00:00:00 2001
From: Louis Capitanchik <contact@louiscap.co>
Date: Sat, 1 Apr 2023 20:40:51 +0100
Subject: [PATCH] Use kayak fork with asset_io fix

---
 Cargo.toml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index dcb50af..ffcae90 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,11 +16,11 @@ num-traits = "0.2.15"
 micro_musicbox = "0.6.2"
 serde = { version = "1.0.152", optional = true }
 
-kayak_ui = { git = "https://github.com/StarArawn/kayak_ui", rev = "ca2048963dcfc3a87ad36f7686e1d8f9c81f4e36" }
-kayak_font = { git = "https://github.com/StarArawn/kayak_ui", rev = "ca2048963dcfc3a87ad36f7686e1d8f9c81f4e36" }
+#kayak_ui = { git = "https://github.com/StarArawn/kayak_ui", rev = "ca2048963dcfc3a87ad36f7686e1d8f9c81f4e36" }
+#kayak_font = { git = "https://github.com/StarArawn/kayak_ui", rev = "ca2048963dcfc3a87ad36f7686e1d8f9c81f4e36" }
 
 #kayak_ui = { path = "../../OSS/kayak_ui" }
 #kayak_font = { path = "../../OSS/kayak_ui/kayak_font" }
 
-#kayak_ui = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui" }
-#kayak_font = { rev = "910a00cdd3857cc7515f153580afd057de0abaf0", git = "https://github.com/StarArawn/kayak_ui.git" }
\ No newline at end of file
+kayak_ui = { rev = "b542973e911cdeef397a6d1c440ef248143b2c75", git = "https://lab.lcr.gr/microhacks/bevy-forks/kayak-ui.git" }
+kayak_font = { rev = "b542973e911cdeef397a6d1c440ef248143b2c75", git = "https://lab.lcr.gr/microhacks/bevy-forks/kayak-ui.git" }
\ No newline at end of file
-- 
GitLab