Skip to content

Commit

Permalink
Updated to v0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunNair committed Sep 16, 2024
1 parent cfd1176 commit 93e58fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_sdl2_gl"
version = "0.27.1"
version = "0.27.2"
authors = ["Arjun Nair <[email protected]>"]
edition = "2018"
description = "Backend for Egui to use with sdl2-rs and open gl"
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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.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.
* Updated screenshot on github to match example code.

# v0.27.1
* Added support for SDL v0.37. Thanks [Cobrand](https://github.com/Cobrand)
* Updated triangle example to a colored one. Because why not.
Expand Down

0 comments on commit 93e58fb

Please sign in to comment.