From 90a0ce969beb96506d5a3e9a012765ae46774969 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 17 Jan 2021 22:11:12 +0100 Subject: [PATCH] Add link to bevy_egui integration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c2db3dd..fb2a82dc 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ 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/). * [`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)