From d433e9a40358d3db88d114b5235343434b3f8825 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:36:52 +0000 Subject: [PATCH] chore(deps): update rust crate eframe to 0.26 --- 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"