Skip to content

Commit

Permalink
Set version for bevy_infinite_grid crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattatz committed Dec 20, 2024
1 parent f35beae commit 0f3113b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gauss-quad = "0.2.1"
bevy = { version = "0.15.0", optional = true }
bevy_egui = { version = "0.31.1", optional = true }
bevy-inspector-egui = { version = "0.28.0", optional = true }
bevy_infinite_grid = { git = "https://github.com/ForesightMiningSoftwareCorporation/bevy_infinite_grid.git", rev = "1b27619cc5c44d4e939e63345cddc1954e4123db", optional = true }
bevy_infinite_grid = { version = "0.14.0", optional = true }
bevy_normal_material = { version = "0.7.0", optional = true }
bevy_panorbit_camera = { version = "0.21.1", optional = true }
bevy_points = { version = "0.7.0", optional = true }
Expand Down

0 comments on commit 0f3113b

Please sign in to comment.