Skip to content

Commit

Permalink
Update wasm.
Browse files Browse the repository at this point in the history
  • Loading branch information
772 committed Jan 14, 2025
1 parent dbdc60a commit 58d0241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "waypoint_based_destructible_terrain"
version = "0.15.0"
version = "0.15.1"
authors = ["Armin Schäfer"]
readme = "README.md"
edition = "2021"
keywords = ["Indie"]

[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy.git" }
bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "47d25c13d73962005eff78884774f807618d8420" } # Online for debug.

[profile.dev]
opt-level = 0
Expand Down

0 comments on commit 58d0241

Please sign in to comment.