mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Release egui_glow 0.18.1 - remove unnecessary calls to gl.get_error
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1187,7 +1187,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "egui_glow"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"egui",
|
||||
|
||||
@@ -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)).
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_glow"
|
||||
version = "0.18.0"
|
||||
version = "0.18.1"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Bindings for using egui natively using the glow library"
|
||||
edition = "2021"
|
||||
|
||||
Reference in New Issue
Block a user