diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 3c4fbbce..b09a60df 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -22,7 +22,7 @@ anyhow = "1" # The egui immediate mode gui library egui = "0.26" # Winit integration with egui (turn off the clipboard feature) -egui-winit = { version = "0.26", default-features = false, features = ["links", "wayland"] } +egui-winit = { version = "0.27", default-features = false, features = ["links", "wayland"] } # logging env_logger = { version = "0.11", default-features = false, features = ["auto-color", "humantime"] } # Linear algebra library