Skip to content

Commit

Permalink
Update Rust crate bevy to v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent 71297b3 commit a4b0012
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 @@ -21,7 +21,7 @@ opt-level = 'z'
lto = true

[dependencies]
bevy = "0.8.1"
bevy = "0.13.1"
image = "0.24.9"
winit = "0.26.1"
crossbeam-channel = "0.5"
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]
LastKingdom = { package = "LastKingdom", path = "../.." }
bevy = "0.8"
bevy = "0.13"
image = "0.24.9"
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]
LastKingdom = { package = "LastKingdom", path = "../.." }
bevy = "0.8"
bevy = "0.13"
web-sys = { version="0.3.68", features=["Document", "Window"] }
yew = "0.19.3"
stylist = { version= "0.10.1", features=["yew_integration"] }

0 comments on commit a4b0012

Please sign in to comment.