Skip to content

Commit

Permalink
Update egui to 0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirtol committed May 24, 2023
1 parent 00f3bc6 commit ecbc5ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Egui Memory Editor Changelog
All notable changes to the `egui_memory_editor` crate will be documented in this file.

## 0.2.4 - 2023-05-24

* Update `egui` to `0.22`

## 0.2.3 - 2023-03-28

* Update `egui` to `0.21`
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_memory_editor"
version = "0.2.3"
version = "0.2.4"
authors = ["Hirtol <[email protected]>"]
edition = "2021"
description = "A simple memory editor for the egui library"
Expand All @@ -17,10 +17,10 @@ default = []
serde = ["dep:serde", "egui/persistence"]

[dependencies]
egui = "0.21"
egui = "0.22"

[dev-dependencies]
eframe = "0.21"
eframe = "0.22"

[dependencies.serde]
version = "1"
Expand Down

0 comments on commit ecbc5ae

Please sign in to comment.