Skip to content

Commit

Permalink
Update to Non-Yanked Heron Release (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jul 19, 2021
1 parent b8661fa commit 3dfe185
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/bevy_retrograde_physics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_retrograde_physics"
version = "0.2.0"
version = "0.2.1"
authors = ["Katharos Technology LLC."]
edition = "2018"

Expand All @@ -25,7 +25,7 @@ default = []
[dependencies]
bevy = { version = "0.5", default-features = false }
bevy_retrograde_core = { version = "0.2", path = "../bevy_retrograde_core" }
heron = { version = "0.10.1", features = ["2d"], default-features = false }
heron = { version = "0.11.0", features = ["2d"], default-features = false }
density-mesh-core = "1.5.0"
density-mesh-image = "1.5.0"
image = "0.23.14"
Expand Down

0 comments on commit 3dfe185

Please sign in to comment.