From e5233d22683eeadb3f4bb7c5f57b8a9f3ec9a70a Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 9 Feb 2021 18:38:37 +0100 Subject: [PATCH] Add link to egui_winit_ash_vk_mem crate --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4051dcc6..36a6c4f3 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,8 @@ The same code can be compiled to a native app or a web app. ### 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: * [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)