From d0bcf97cffbf9e580f609ccae27e8cd635047c53 Mon Sep 17 00:00:00 2001 From: Jannis Date: Wed, 18 Dec 2024 19:36:43 +0100 Subject: [PATCH] Update egui to version v0.30.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 70842a6..7d962b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ keywords = ["egui", "toast", "notification"] members = ["demo"] [dependencies] -egui = { version = "0.29", default-features = false } +egui = { version = "0.30", default-features = false }