From 2fbf8da60f8775499beccbe59ed0df47fee47079 Mon Sep 17 00:00:00 2001 From: ItsEthra <107059409+ItsEthra@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:23:57 +0300 Subject: [PATCH] Updated to egui 0.29 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 586b77d..44fcf3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ readme = "README.md" path = "src/lib.rs" [dependencies] -egui = { version = "0.28.0", default-features = false } +egui = { version = "0.29", default-features = false } [dev-dependencies] -eframe = { version = "0.28.0", default-features = false, features = [ +eframe = { version = "0.29", default-features = false, features = [ "default_fonts", "glow", ] }