From 785d931e263e6395f87aee455449ddea023b1026 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 4 Mar 2025 18:31:51 +0100 Subject: [PATCH] Link to new ecs repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53081a1..e18f9cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ anyhow = { version = "1.0.86", features = ["backtrace"] } vulkan-rs = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } assetpath = { git = "https://gavania.de/hodasemi/vulkan_lib.git" } -ecs = { git = "https://gavania.de/hodasemi/engine.git" } +ecs = { git = "https://gavania.de/hodasemi/ecs.git" } # optional audio = { git = "https://gavania.de/hodasemi/audio.git", optional = true }