Skip to content

Commit

Permalink
Update Rust crate bevy to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent e44f635 commit ce63a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ opt-level = 'z'
lto = true

[dependencies]
bevy = "0.8.1"
bevy = "0.14.0"
image = "0.24.7"
winit = "0.26.1"
bevy_asset_loader = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion launchers/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ workspace = "../.."

[dependencies]
my-game = { package = "my-game", path = "../.." }
bevy = "0.8"
bevy = "0.14"
image = "0.24.7"
winit = "0.26.1"
2 changes: 1 addition & 1 deletion launchers/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workspace = "../.."

[dependencies]
my-game = { package = "my-game", path = "../.." }
bevy = "0.8"
bevy = "0.14"
web-sys = { version="0.3.65", features=["Document", "Window"] }
yew = "0.19.3"
stylist = { version= "0.10.1", features=["yew_integration"] }

0 comments on commit ce63a31

Please sign in to comment.