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

Update glow to 0.12 (#2695)

* Remove three-d example due to glow incompatibility

* Update to glow 0.12

* Remove three-d from deny.toml

* Add line to changelog
This commit is contained in:
Emil Ernerfeldt
2023-02-08 17:16:44 +01:00
committed by GitHub
parent be9b5a3641
commit 636a39cbe1
12 changed files with 9 additions and 448 deletions

View File

@@ -4,6 +4,7 @@ All notable changes to the `egui_glow` integration will be noted in this file.
## Unreleased
* Remove the `screen_reader` feature ([#2669](https://github.com/emilk/egui/pull/2669)).
* Update to `glow` 0.12 ([#2695](https://github.com/emilk/egui/pull/2695)).
## 0.20.1 - 2022-12-11