Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Feb 26, 2024
1 parent f396a39 commit eeaf7d6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 61 deletions.
107 changes: 48 additions & 59 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions rmf_site_editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ path = "examples/extending_menu.rs"
bevy_egui = "0.23"
bevy_mod_raycast = "0.16"
bevy_mod_outline = "0.6"
bevy_infinite_grid = "0.10"
bevy_polyline = "0.8"
# PR merged after 0.10 but not released yet, bump to 0.10.1 once merged
bevy_infinite_grid = { git = "https://github.com/ForesightMiningSoftwareCorporation/bevy_infinite_grid", rev = "86018dd" }
bevy_polyline = "0.8.1"
bevy_stl = "0.12"
bevy_obj = { version = "0.12.1", features = ["scene"] }
smallvec = "*"
Expand Down

0 comments on commit eeaf7d6

Please sign in to comment.