Skip to content

Commit 0f72b45

Browse files
committed
Bump dependencies in bevy example
1 parent d131b06 commit 0f72b45

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/bevy/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ publish = false
1313
transform-gizmo-bevy.workspace = true
1414

1515
bevy.workspace = true
16-
bevy_infinite_grid = "0.17"
17-
bevy_mod_outline = { git = "https://github.com/komadori/bevy_mod_outline.git", rev = "9b509abe41ac1d2b882adaf63855e24a20ced3ff" }
16+
bevy_infinite_grid = "0.18.0"
17+
bevy_mod_outline = "0.12.0"
1818

1919
[dependencies.bevy_egui]
20-
version = "0.38"
20+
version = "0.39.0"
2121
features = ["open_url", "default_fonts", "render"]
2222
default-features = false
2323

0 commit comments

Comments
 (0)