From d6de19b507c29957326bfd2da3cf6886764d4dc6 Mon Sep 17 00:00:00 2001 From: ilya sheprut Date: Thu, 15 Apr 2021 14:20:04 +0600 Subject: [PATCH] Mention macroquad backend in the readme (#308) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a64b625f..2199045a 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ The same code can be compiled to a native app or a web app. * [`bevy_egui`](https://github.com/mvlabat/bevy_egui) for [the Bevy game engine](https://bevyengine.org/). * [`egui-miniquad`](https://github.com/not-fl3/egui-miniquad): backend for [Miniquad](https://github.com/not-fl3/miniquad). +* [`egui-macroquad`](https://github.com/optozorax/egui-macroquad): backend for [macroquad](https://github.com/not-fl3/macroquad) * [`egui_sdl2_gl`](https://crates.io/crates/egui_sdl2_gl) for [SDL2](https://crates.io/crates/sdl2) * [`egui_vulkano`](https://github.com/derivator/egui_vulkano): backend for [Vulkano](https://github.com/vulkano-rs/vulkano). * [`egui_winit_vulkano`](https://github.com/hakolao/egui_winit_vulkano): backend for [Vulkano](https://github.com/vulkano-rs/vulkano).