From 5ab225dc5f49c41b518657ec7c7036ab9cdd9451 Mon Sep 17 00:00:00 2001 From: zeozeozeo <108888572+zeozeozeo@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:38:57 +0500 Subject: [PATCH] update `egui` & `eframe` to 0.25.0, bump semver --- CHANGELOG.md | 3 +++ Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dcafa..70cc176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.3.2 + - update egui -> `0.25.0` + # 0.3.1 - update egui -> `0.24.1` diff --git a/Cargo.toml b/Cargo.toml index b804c04..cd5b956 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui-modal" -version = "0.3.1" +version = "0.3.2" edition = "2021" license = "MIT" description = "a modal library for egui" @@ -11,7 +11,7 @@ authors = ["n00kii"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -egui = "0.24.1" +egui = "0.25.0" [dev-dependencies] -eframe = "0.24.1" +eframe = "0.25.0"