Skip to content

Commit f99fe51

Browse files
Algorhythm-sxvVenter Sebastian (IFAT DC ATV BP TMS SAE)
andauthored
bump bevy_egui to 0.36 (#120)
Co-authored-by: Venter Sebastian (IFAT DC ATV BP TMS SAE) <[email protected]>
1 parent 8308d3c commit f99fe51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ bevy = { version = "0.16.1", default-features = false, features = [
2020
"bevy_render",
2121
"bevy_window",
2222
] }
23-
bevy_egui = { version = "0.35", optional = true, default-features = false }
23+
bevy_egui = { version = "0.36", optional = true, default-features = false }
2424

2525
[dev-dependencies]
2626
bevy = { version = "0.16.1" }
2727
float-cmp = "0.10.0"
28-
bevy_egui = { version = "0.35", default-features = false, features = [
28+
bevy_egui = { version = "0.36", default-features = false, features = [
2929
"render",
3030
"default_fonts",
3131
] }

0 commit comments

Comments
 (0)