From 9b1a8c9e0032e3970b6a38203f733f9453ea2a48 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Thu, 29 Jul 2021 01:33:55 +0200 Subject: [PATCH] Add link to egui-tetra --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 749b22ed..df337026 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. * [`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). +* [`egui-tetra`](https://crates.io/crates/egui-tetra) for [Tetra](https://crates.io/crates/tetra), a 2D game framework. * 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)