Skip to content

Commit

Permalink
Updated to egui v0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunNair committed Sep 16, 2024
1 parent 2edaef2 commit f73ac30
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
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_sdl2_gl"
version = "0.27.2"
version = "0.28.0"
authors = ["Arjun Nair <[email protected]>"]
edition = "2018"
description = "Backend for Egui to use with sdl2-rs and open gl"
Expand All @@ -15,7 +15,7 @@ include = ["**/*.rs", "Cargo.toml", "/shaders"]
[dependencies]
ahash = "~0.8"
gl = "~0.14"
egui = "~0.27"
egui = "~0.28"
sdl2 = { version = ">= 0.36, < 0.38" }
memoffset = "0.9.0"

Expand All @@ -41,4 +41,4 @@ sdl2_static-link = ["sdl2/static-link"]
use_epi = ["epi"]

[dev-dependencies]
egui_demo_lib = "~0.27"
egui_demo_lib = "~0.28"
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

NOTE: The major version number of this library matches that of the egui major version that this library currently supports. The minor version number may be different though.

# v0.28.0
* Updated to egui v0.28.

# v0.27.2
* Handle cursor not being available on some systems like an embedded device. Thanks [Sky Leite](https://github.com/SkyLeite)
* Some minor fixes for cargo clippy and fmt.
Expand Down

0 comments on commit f73ac30

Please sign in to comment.