Skip to content

Commit

Permalink
Point to iyes_progress fork
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Oct 30, 2024
1 parent c77b250 commit a35dce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bevy_asset_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a35dce3

Please sign in to comment.