diff --git a/Cargo.toml b/Cargo.toml index f21cc50fc..7eb9155d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ bevy = { version = "0.11", default-features = false, features = [ "bevy_render", "bevy_asset", ] } -egui = { version = "0.21.0", default-features = false, features = ["bytemuck"] } +egui = { version = "0.22.0", default-features = false, features = ["bytemuck"] } webbrowser = { version = "0.8.2", optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]