Skip to content

Commit

Permalink
Update egui to 0.24.1, bump semver
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed Dec 1, 2023
1 parent ed08a9c commit 6682869
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# 0.3.1
- update egui -> `0.24.1`

# 0.3.0
- deprecate `Modal::open_dialog` (use `Modal::dialog`, `DialogBuilder::with_*` and `DialogBuilder::show` functions instead)
- update egui -> `0.24.0`
- clippy fixes
- clippy fixes
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui-modal"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT"
description = "a modal library for egui"
Expand All @@ -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.0"
egui = "0.24.1"

[dev-dependencies]
eframe = "0.24.0"
eframe = "0.24.1"

0 comments on commit 6682869

Please sign in to comment.