Skip to content

Commit

Permalink
Update Bevy example dependencies to versions that support Bevy 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaop committed Jul 6, 2024
1 parent 21c4df8 commit dc2ecc7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/bevy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ publish = false
transform-gizmo-bevy.workspace = true

bevy.workspace = true
bevy_infinite_grid = { git = "https://github.com/XYCaptain/bevy_infinite_grid.git", rev = "1e5259a52a7dfaca65402c2c57c1d81c2bc443e9" }
bevy_mod_picking = "0.18.0"
bevy_mod_outline = "0.7.0"
bevy_infinite_grid = { git = "https://github.com/tychedelia/bevy_infinite_grid.git", rev = "4044e3219868d82a7db4326a48af58f829c109aa" }
bevy_mod_picking = "0.20.0"
bevy_mod_outline = { git = "https://github.com/komadori/bevy_mod_outline.git", rev = "d24b2eaec26b02f91ef99ebf0d86b982ea05a0ed" }

[dependencies.bevy_egui]
git = "https://github.com/mvlabat/bevy_egui.git"
rev = "cfd819ee9bdfb58101ac3efb6bcd4b6336860773"
version = "0.28"
features = ["open_url", "default_fonts", "render"]
default-features = false

Expand Down

0 comments on commit dc2ecc7

Please sign in to comment.