summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2024-02-16 12:53:17 +0100
committerEmil Ernerfeldt <emil.ernerfeldt@gmail.com>2024-02-16 12:53:17 +0100
commitf7fc3b0154bfef4f7f787f0eab21c48fe497b583 (patch)
tree01af7b8d573b3fcfce49f8ac11b017b027f27159 /README.md
parentd468d43dad8262018c94e502003b559b47c4398b (diff)
Change GLFW integration recommendation to egui_gl_glfw
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40f7785f..2f4d5d19 100644
--- a/README.md
+++ b/README.md
@@ -192,7 +192,7 @@ These are the official egui integrations:
* [`amethyst_egui`](https://github.com/jgraef/amethyst_egui) for [the Amethyst game engine](https://amethyst.rs/)
* [`egui-ash`](https://github.com/MatchaChoco010/egui-ash) for [`ash`](https://github.com/ash-rs/ash) (a very lightweight wrapper around Vulkan)
* [`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_gl_glfw`](https://github.com/mrclean71774/egui_gl_glfw) for [GLFW](https://crates.io/crates/glfw)
* [`egui_glium`](https://github.com/fayalalebrun/egui_glium) for compiling native apps with [Glium](https://github.com/glium/glium)
* [`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)