From 3dd0dfb91fa3d4110d4fa50617efc27c18187cea Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 15 Jun 2022 21:40:30 +0200 Subject: [PATCH] [README] Updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5edf1b9..532ba01 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## USEFULL TOOLS - RHAI [(Embedded Scripting for Rust)](https://github.com/rhaiscript/rhai) -- GFX [(Low-level, cross-platform graphics and compute abstraction library)](https://github.com/gfx-rs/gfx) -- WINIT [(Cross-platform window creation and management)](https://github.com/rust-windowing/winit) +- WGPU [(Safe and portable GPU abstraction in Rust, implementing WebGPU API.)](https://github.com/gfx-rs/wgpu) [USED] +- WINIT [(Cross-platform window creation and management)](https://github.com/rust-windowing/winit) [USED] - RUSTTYPE [(Font lib)](https://gitlab.redox-os.org/redox-os/rusttype) - SPECS [(Entity-Component System)](https://github.com/amethyst/specs) - PAREEN [(Animation)](https://github.com/leod/pareen)