Skip to content

Commit

Permalink
Release egui_glow 0.18.1 - remove unnecessary calls to gl.get_error
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored and enomado committed May 11, 2022
1 parent 427a608 commit b438075
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions egui_glow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to the `egui_glow` integration will be noted in this file.


## Unreleased


## 0.18.1 - 2022-05-05
* Remove calls to `gl.get_error` in release builds to speed up rendering ([#1583](https://github.com/emilk/egui/pull/1583)).


Expand Down
2 changes: 1 addition & 1 deletion egui_glow/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_glow"
version = "0.18.0"
version = "0.18.1"
authors = ["Emil Ernerfeldt <[email protected]>"]
description = "Bindings for using egui natively using the glow library"
edition = "2021"
Expand Down

0 comments on commit b438075

Please sign in to comment.