From 0021d8151fbd94963f3629d4fea6e054f26fb65a Mon Sep 17 00:00:00 2001 From: Nicolas Date: Tue, 1 Oct 2024 12:12:40 +0200 Subject: [PATCH] update to egui 0.29 --- Cargo.toml | 2 +- demo/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 861f587..be1ddbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ keywords = ["egui", "toast", "notification"] members = ["demo"] [dependencies] -egui = { version = "0.28", default-features = false } +egui = { version = "0.29", default-features = false } diff --git a/demo/Cargo.toml b/demo/Cargo.toml index 6cec84c..0f970ff 100644 --- a/demo/Cargo.toml +++ b/demo/Cargo.toml @@ -4,10 +4,10 @@ version = "0.8.0" edition = "2021" [dependencies] -eframe = "0.28" +eframe = "0.29" egui-toast = { path = ".." } [target.'cfg(target_arch = "wasm32")'.dependencies] -console_error_panic_hook = "0.1.6" +console_error_panic_hook = "0.1.7" tracing-wasm = "0.2" wasm-bindgen-futures = "0.4"