From a35dce30f500df44292716cef8f84e0a22b6dd2d Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Wed, 30 Oct 2024 20:55:54 +0100 Subject: [PATCH] Point to iyes_progress fork --- bevy_asset_loader/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bevy_asset_loader/Cargo.toml b/bevy_asset_loader/Cargo.toml index 0417841..562ed37 100644 --- a/bevy_asset_loader/Cargo.toml +++ b/bevy_asset_loader/Cargo.toml @@ -29,12 +29,12 @@ path-slash = "0.2" bevy_common_assets = { version = "0.12.0-rc.1", features = ["ron"], optional = true } serde = { version = "1", optional = true } -iyes_progress = { path = "../../iyes_progress", optional = true } +iyes_progress = { git = "https://github.com/NiklasEi/iyes_progress", branch = "main", optional = true } [dev-dependencies] bevy = { version = "0.15.0-rc.1", features = ["vorbis"] } anyhow = "1" -iyes_progress = { path = "../../iyes_progress" } +iyes_progress = { git = "https://github.com/NiklasEi/iyes_progress", branch = "main" } bevy_common_assets = { version = "0.12.0-rc.1", features = ["ron"] } serde = { version = "1" } ron = "0.8.1"