1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

egui_glow: allow empty (zero-sized) textures

See https://github.com/emilk/egui/issues/1960
This commit is contained in:
Emil Ernerfeldt
2022-08-24 14:34:34 +02:00
parent fb92434aac
commit d5933daee5
3 changed files with 3 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ All notable changes to the `egui_glow` integration will be noted in this file.
## Unreleased
* Allow empty textures.
## 0.19.0 - 2022-08-20