From 2b1b15deccec038b06d41b8f5edf4032adbce7eb Mon Sep 17 00:00:00 2001 From: Josh Burkart Date: Wed, 29 May 2024 03:14:26 -0700 Subject: [PATCH] Bump egui version to 0.27 (#459) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 409a6b042..0a90656fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,8 @@ cgmath = "0.18" three-d-asset = {version = "0.7"} thiserror = "1" winit = {version = "0.28", optional = true} -egui = { version = "0.26", optional = true } -egui_glow = { version = "0.26", optional = true } +egui = { version = "0.27", optional = true } +egui_glow = { version = "0.27", optional = true } getrandom = { version = "0.2", features = ["js"], optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies]