From a4e761bfa3efc88b7710cef9eea02bdd67475501 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 21:57:12 +0200 Subject: [PATCH] chore(deps): update rust crate eframe to 0.26 (#57) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f86f119..a479b47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ x11-dl = "2.21" [dev-dependencies] winit = "0.29" tao = "0.25" -eframe = "0.25" +eframe = "0.26"