From 626a884af51116aaeb5833e4b6a12202075a2862 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Tue, 15 Oct 2019 18:58:10 -0700 Subject: [PATCH] [rs] Add pixels to the friends list --- wgpu/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wgpu/README.md b/wgpu/README.md index b32ae403b5..19b41e0ab1 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -37,6 +37,7 @@ Shout out to the following projects that work best with wgpu-rs: - [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/Yatekii/imgui-wgpu-rs) - Dear ImGui interfacing + - [pixels](https://github.com/parasyte/pixels) - the easiest way to create a hardware-accelerated pixel frame buffer ## Development