Skip to content

Commit

Permalink
Updated version to 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunNair committed Jun 14, 2024
1 parent 8ed4efb commit 2a21abc
Show file tree
Hide file tree
Showing 2 changed files with 5 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.0"
version = "0.27.1"
authors = ["Arjun Nair <arjunair@gmail.com>"]
edition = "2018"
description = "Backend for Egui to use with sdl2-rs and open gl"
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.1
* Added support for SDL v0.37. Thanks [Cobrand](https://github.com/Cobrand)
* Updated triangle example to a colored one. Because why not.

# v0.27.0
* Updated to egui v0.27 and refactored EguiStateHandler. Thanks [David Cohen](https://github.com/osimarr)

Expand Down

0 comments on commit 2a21abc

Please sign in to comment.