updating egui-bevy

This commit is contained in:
Matthew Ryan Dillon 2024-08-20 21:37:04 -04:00
parent e1e67546aa
commit 4df863db06
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -560,9 +560,9 @@ dependencies = [
[[package]]
name = "bevy_egui"
version = "0.28.0"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4a90f30f2849a07d91e393b10c0cc05df09b5773c010ddde57dd8b583be230"
checksum = "128438a8163e49528207aabf20d3ff0890fd6be0f0054626915995efac87922b"
dependencies = [
"arboard",
"bevy",
@ -577,6 +577,7 @@ dependencies = [
"wasm-bindgen-futures",
"web-sys",
"webbrowser",
"wgpu-types",
"winit",
]

View file

@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
bevy = "0.14"
bevy_egui = "0.28"
bevy_egui = "0.29"
vsort = "0.2"
[profile.release]