Skip to content

Commit

Permalink
Bump landmass_oxidized_navigation to 0.3.0-dev and use dev bevy_lan…
Browse files Browse the repository at this point in the history
…dmass.
  • Loading branch information
andriyDev committed Jan 1, 2025
1 parent 287a238 commit 5ef2971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/landmass_oxidized_navigation/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "landmass_oxidized_navigation"
version = "0.2.0"
version = "0.3.0-dev"
edition = "2021"

description = "An integration between bevy_landmass and oxidized_navigation for AI navigation."
Expand All @@ -22,7 +22,7 @@ type_complexity = "allow"
bevy = { version = "0.15.0", default-features = false, features = [
"bevy_asset",
] }
bevy_landmass = { version = "0.8.0" }
bevy_landmass = { version = "0.9.0-dev", path = "../bevy_landmass" }
oxidized_navigation = "0.12.0"

[dev-dependencies]
Expand Down

0 comments on commit 5ef2971

Please sign in to comment.