From b04f8ef3acea9012148d7d19159daa2659c3be11 Mon Sep 17 00:00:00 2001 From: jakbyte Date: Fri, 22 May 2020 17:24:39 -0400 Subject: [PATCH] Fix typo in Friends section of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40f7038a42..b04b40ebf4 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Shout out to the following projects that work best with wgpu-rs: - [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 -- [kas](https://github.com/dhardy/kas) - tooKit Abstraction System +- [kas](https://github.com/dhardy/kas) - toolKit Abstraction System - [oxidator](https://github.com/Ruddle/oxidator) - RTS game engine - [nannou](https://github.com/nannou-org/nannou) - a creative coding framework - [harmony](https://github.com/StarArawn/harmony) - a modern 2D/3D engine