From 734ec9dc5a686489bc9fe24dabb7c56f07ec265a Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Wed, 18 Aug 2021 12:46:59 +0200 Subject: [PATCH] Add link to amethyst_egui --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c12fe172..c3907cca 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ If you making an app, consider using [`eframe`](https://github.com/emilk/egui/tr ### 3rd party +* [`amethyst_egui`](https://github.com/jgraef/amethyst_egui) for [the Amethyst game engine](https://amethyst.rs/). * [`bevy_egui`](https://github.com/mvlabat/bevy_egui) for [the Bevy game engine](https://bevyengine.org/). * [`egui_glfw_gl`](https://github.com/cohaereo/egui_glfw_gl) for [GLFW](https://crates.io/crates/glfw). * [`egui-miniquad`](https://github.com/not-fl3/egui-miniquad) for [Miniquad](https://github.com/not-fl3/miniquad).