From 9c26093fea926ce133fee3f6d3d92e19b37dc4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazar=C3=AD=20Gonz=C3=A1lez?= Date: Sat, 18 Jun 2022 15:10:48 +0100 Subject: [PATCH] Added `notan_egui` as 3rd party integration (#1741) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cc6d640..bb0aa698 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ These are the official egui integrations: * [`ggez-egui`](https://github.com/NemuiSen/ggez-egui) for the [ggez](https://ggez.rs/) game framework. * [`godot-egui`](https://github.com/setzer22/godot-egui) for [godot-rust](https://github.com/godot-rust/godot-rust). * [`nannou_egui`](https://github.com/AlexEne/nannou_egui) for [nannou](https://nannou.cc). +* [`notan_egui`](https://github.com/Nazariglez/notan/tree/main/crates/notan_egui) for [notan](https://github.com/Nazariglez/notan). * [`screen-13-egui`](https://github.com/attackgoat/screen-13/tree/master/contrib/screen-13-egui) for [Screen 13](https://github.com/attackgoat/screen-13). * [`smithay-egui`](https://github.com/Smithay/smithay-egui) for [smithay](https://github.com/Smithay/smithay/).