From df45b0ffc6313a85fc73df8384aa23c9bc5ccc34 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 30 Sep 2024 20:54:49 -0400 Subject: [PATCH] bump bevy-egui --- Cargo.lock | 5 +++-- rgis-geo-ops/Cargo.toml | 2 +- rgis-mouse/Cargo.toml | 2 +- rgis-ui/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 022c195..198fb0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -675,9 +675,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", @@ -692,6 +692,7 @@ dependencies = [ "wasm-bindgen-futures", "web-sys", "webbrowser", + "wgpu-types", "winit", ] diff --git a/rgis-geo-ops/Cargo.toml b/rgis-geo-ops/Cargo.toml index 939f5b5..f20a387 100644 --- a/rgis-geo-ops/Cargo.toml +++ b/rgis-geo-ops/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" publish = false [dependencies] -bevy_egui = "0.28" +bevy_egui = "0.29" geo = "0.28" geo-features = { path = "../geo-features" } geo-geom-type = { path = "../geo-geom-type" } diff --git a/rgis-mouse/Cargo.toml b/rgis-mouse/Cargo.toml index cc26f3d..d9e9c3f 100644 --- a/rgis-mouse/Cargo.toml +++ b/rgis-mouse/Cargo.toml @@ -15,7 +15,7 @@ bevy = { version = "0.14", default-features = false, features = [ "wayland", "png", ] } -bevy_egui = "0.28" +bevy_egui = "0.29" geo = "0.28" geo-projected = { path = "../geo-projected" } rgis-events = { path = "../rgis-events" } diff --git a/rgis-ui/Cargo.toml b/rgis-ui/Cargo.toml index 3513ab7..1141505 100644 --- a/rgis-ui/Cargo.toml +++ b/rgis-ui/Cargo.toml @@ -15,7 +15,7 @@ bevy = { version = "0.14", default-features = false, features = [ "wayland", "png", ] } -bevy_egui = "0.28" +bevy_egui = "0.29" egui_plot = "0.28" geo-features = { path = "../geo-features" } geo-file-loader = { path = "../geo-file-loader" }