From 2ee9ab31515fa8bc517ebe6de150daa61607e43d Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 27 Sep 2022 23:08:43 +0200 Subject: [PATCH] Added link to egui-glutin-gl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5008c036..9d08ef5a 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ These are the official egui integrations: * [`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-glutin-gl`](https://github.com/h3r2tic/egui-glutin-gl/) for [glutin](https://crates.io/crates/glutin). * [`egui_sdl2_gl`](https://crates.io/crates/egui_sdl2_gl) for [SDL2](https://crates.io/crates/sdl2). * [`egui_sdl2_platform`](https://github.com/ComLarsic/egui_sdl2_platform) for [SDL2](https://crates.io/crates/sdl2). * [`egui_vulkano`](https://github.com/derivator/egui_vulkano) for [Vulkano](https://github.com/vulkano-rs/vulkano).