Skip to content

Commit

Permalink
Merge pull request #17 from zeozeozeo/main
Browse files Browse the repository at this point in the history
update egui to 0.27
  • Loading branch information
n00kii authored Mar 29, 2024
2 parents 79eeec1 + 4839853 commit 4aa823e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.3.6
- update `egui` -> `0.27`

# 0.3.5
- add deadlock warning to some functions
- update `egui` -> `0.26.2`
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.5"
version = "0.3.6"
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.2", default-features = false}
egui = { version = "0.27", default-features = false }

[dev-dependencies]
eframe = "0.26.2"
eframe = "0.27"

0 comments on commit 4aa823e

Please sign in to comment.