diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 3c4fbbce..7b81995d 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" # error handling anyhow = "1" # The egui immediate mode gui library -egui = "0.26" +egui = "0.27" # Winit integration with egui (turn off the clipboard feature) egui-winit = { version = "0.26", default-features = false, features = ["links", "wayland"] } # logging diff --git a/rend3-egui/Cargo.toml b/rend3-egui/Cargo.toml index d4697a9f..089b1e2b 100644 --- a/rend3-egui/Cargo.toml +++ b/rend3-egui/Cargo.toml @@ -12,7 +12,7 @@ categories = ["game-development", "graphics", "rendering", "rendering::engine", rust-version = "1.71" [dependencies] -egui = "0.26" +egui = "0.27" egui-wgpu = "0.26" glam = "0.25" rend3 = { version = "^0.3.0", path = "../rend3" }