1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

egui-wgpu: don't panic if we can't find a device (#2427) (#2428)

This commit is contained in:
Ryan Hileman
2022-12-12 01:36:48 -08:00
committed by GitHub
parent 059e6f719d
commit c8dd5d1b2d
3 changed files with 53 additions and 38 deletions

View File

@@ -3,6 +3,7 @@ All notable changes to the `egui-wgpu` integration will be noted in this file.
## Unreleased
* Fix panic if we can't find a device ([#2428](https://github.com/emilk/egui/pull/2428))
## 0.20.0 - 2022-12-08 - web support