Skip to content

Commit

Permalink
Bump Bevy to 0.14.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jun 17, 2024
1 parent bb0dd43 commit 6fdaf49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bevy_asset_loader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ standard_dynamic_assets = ["dep:bevy_common_assets", "dep:serde"]
progress_tracking = ["dep:iyes_progress"]

[dependencies]
bevy = { version = "0.14.0-rc.2", default-features = false, features = ["bevy_asset", "bevy_state"] }
bevy = { version = "0.14.0-rc.3", default-features = false, features = ["bevy_asset", "bevy_state"] }
bevy_asset_loader_derive = { version = "=0.21.0-rc2.1", path = "../bevy_asset_loader_derive" }
anyhow = "1"
path-slash = "0.2"

bevy_common_assets = { version = "0.11.0-rc.2.1", features = ["ron"], optional = true }
bevy_common_assets = { version = "0.11.0-rc.3", features = ["ron"], optional = true }
serde = { version = "1", optional = true }
iyes_progress = { git = "https://github.com/NiklasEi/iyes_progress", branch = "update_bevy_main_for_0_14_cycle", optional = true }

[dev-dependencies]
bevy = { version = "0.14.0-rc.2", features = ["vorbis"] }
bevy = { version = "0.14.0-rc.3", features = ["vorbis"] }
anyhow = "1"
iyes_progress = { git = "https://github.com/NiklasEi/iyes_progress", branch = "update_bevy_main_for_0_14_cycle" }
bevy_common_assets = { version = "0.11.0-rc.2.1", features = ["ron"] }
bevy_common_assets = { version = "0.11.0-rc.3", features = ["ron"] }
serde = { version = "1" }
ron = "0.8.1"
trybuild = { version = "1.0" }
Expand Down

0 comments on commit 6fdaf49

Please sign in to comment.