Add link to egui_winit_ash_vk_mem crate

This commit is contained in:
Emil Ernerfeldt 2021-02-09 18:38:37 +01:00
parent fc0bec44ba
commit e5233d2268

View file

@ -162,7 +162,8 @@ The same code can be compiled to a native app or a web app.
### 3rd party ### 3rd party
* [`bevy_egui`](https://github.com/mvlabat/bevy_egui) egui bindings for [the Bevy game engine](https://bevyengine.org/). * [`bevy_egui`](https://github.com/mvlabat/bevy_egui) for [the Bevy game engine](https://bevyengine.org/).
* [`egui_winit_ash_vk_mem`](https://crates.io/crates/egui_winit_ash_vk_mem) for for [winit](https://github.com/rust-windowing/winit), [ash](https://github.com/MaikKlein/ash) and [vk_mem](https://github.com/gwihlidal/vk-mem-rs).
* [`wgpu`](https://crates.io/crates/wgpu) WebGPU API wrapper: * [`wgpu`](https://crates.io/crates/wgpu) WebGPU API wrapper:
* [egui_wgpu_backend](https://crates.io/crates/egui_wgpu_backend) with [example code](https://github.com/hasenbanck/egui_example) * [egui_wgpu_backend](https://crates.io/crates/egui_wgpu_backend) with [example code](https://github.com/hasenbanck/egui_example)
* Alternative: [egui_winit_wgpu](https://github.com/Gonkalbell/egui_winit_wgpu) (not available to crates.io) * Alternative: [egui_winit_wgpu](https://github.com/Gonkalbell/egui_winit_wgpu) (not available to crates.io)