diff --git a/Cargo.toml b/Cargo.toml index 409a6b04..0a90656f 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]