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 }