From 9dd23b44e0748baf6614d07dad999d1b02e3598a Mon Sep 17 00:00:00 2001 From: ilya sheprut Date: Wed, 12 May 2021 17:29:37 +0600 Subject: [PATCH] readme: add `nannou_egui` (#379) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e683f68..2da1ac2b 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ The same code can be compiled to a native app or a web app. * For [`wgpu`](https://crates.io/crates/wgpu) (WebGPU API): * [`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) +* [`nannou_egui`](https://github.com/AlexEne/nannou_egui): backend for [nannou](https://nannou.cc). ### Writing your own egui integration