mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
egui-wgpu: only depend on epaint (not entire egui) (#2438)
* egui-wgpu: only depend on epaint (not entire egui) * Update changelog link * Fix doclinks
This commit is contained in:
@@ -5,6 +5,7 @@ All notable changes to the `egui-wgpu` integration will be noted in this file.
|
||||
## Unreleased
|
||||
* Return `Err` instead of panic if we can't find a device ([#2428](https://github.com/emilk/egui/pull/2428)).
|
||||
* `winit::Painter::set_window` is now `async` ([#2434](https://github.com/emilk/egui/pull/2434)).
|
||||
* `egui-wgpu` now only depends on `epaint` instead of the entire `egui` ([#2438](https://github.com/emilk/egui/pull/2438)).
|
||||
|
||||
|
||||
## 0.20.0 - 2022-12-08 - web support
|
||||
|
||||
Reference in New Issue
Block a user