Skip to content

Commit

Permalink
Update to egui 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 28, 2023
1 parent 22a34d9 commit adcd62a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Unreleased
* Update to egui `0.23.0`

# 0.14.0 - 2023-02-08
* Update egui to `0.21.0`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = ["../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml"]

[dependencies]
bytemuck = "1.9"
egui = { version = "0.22.0", features = ["bytemuck"] }
egui = { version = "0.23.0", features = ["bytemuck"] }
miniquad = { version = "0.3.12" }
quad-url = "0.1"

Expand All @@ -31,7 +31,7 @@ quad-rand = "0.2.1"
copypasta = "0.8.1"

[dev-dependencies]
egui_demo_lib = { version = "0.22.0", default-features = false }
egui_demo_lib = { version = "0.23.0", default-features = false }
glam = "0.22.0"

[profile.release]
Expand Down

0 comments on commit adcd62a

Please sign in to comment.