From 721c582707333060ae2e209d96e55ea2b95a6e08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 16:20:54 +0000 Subject: [PATCH] chore(deps): update rust crate eframe to 0.24 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a566700..8f78c40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,4 +33,4 @@ x11-dl = "2.21" [dev-dependencies] winit = "0.29" tao = "0.24" -eframe = "0.23" +eframe = "0.24"