Skip to content

Commit

Permalink
update egui & eframe -> 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed Feb 11, 2024
1 parent ae4cb2b commit 24bc283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# unreleased
# 0.3.4
- disable default features for `egui`
- update `egui` & `eframe` -> `0.26.1`

# 0.3.3
- update `egui` & `eframe` -> `0.26.0`
Expand Down
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.3"
version = "0.3.4"
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 = {version = "0.26.0", default-features = false}
egui = {version = "0.26.1", default-features = false}

[dev-dependencies]
eframe = "0.26.0"
eframe = "0.26.1"

0 comments on commit 24bc283

Please sign in to comment.