diff --git a/Cargo.lock b/Cargo.lock index 9bcdb9129677..10cc343cfdf6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1187,7 +1187,7 @@ dependencies = [ [[package]] name = "egui_glow" -version = "0.18.0" +version = "0.18.1" dependencies = [ "bytemuck", "egui", diff --git a/egui_glow/CHANGELOG.md b/egui_glow/CHANGELOG.md index 2e82eddeb697..0e4854803b09 100644 --- a/egui_glow/CHANGELOG.md +++ b/egui_glow/CHANGELOG.md @@ -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)). diff --git a/egui_glow/Cargo.toml b/egui_glow/Cargo.toml index 4b5b6d686bef..d7efebc67ce0 100644 --- a/egui_glow/Cargo.toml +++ b/egui_glow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "egui_glow" -version = "0.18.0" +version = "0.18.1" authors = ["Emil Ernerfeldt "] description = "Bindings for using egui natively using the glow library" edition = "2021"