From b229ac8cf9292ded9e63e4755379da7e69cd7d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noah=20H=C3=BCsser?= Date: Sun, 15 Sep 2019 00:49:05 +0200 Subject: [PATCH] Update readme with Yatekii's fork of imgui-wgpu-rs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5db6ee0bd..b32ae403b5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Shout out to the following projects that work best with wgpu-rs: - [wgpu_glyph](https://github.com/hecrj/wgpu_glyph) - for your text-y rendering needs - [coffee](https://github.com/hecrj/coffee) - a whole 2D engine - [rgx](https://github.com/cloudhead/rgx) - a 2D graphics library - - [imgui-wgpu](https://github.com/unconed/imgui-wgpu-rs) - Dear ImGui interfacing + - [imgui-wgpu](https://github.com/Yatekii/imgui-wgpu-rs) - Dear ImGui interfacing ## Development