From 17bd3f954f00008363c4f8e51b4b64388366310c Mon Sep 17 00:00:00 2001 From: TEMHOTAOKEAHA <75154415+temhotaokeaha@users.noreply.github.com> Date: Fri, 9 Jul 2021 21:33:16 +0000 Subject: [PATCH] wgpu has been moved from "wgpu-rs" to "wgpu" (#2445) Name and link update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da8e52a70d..f0cca60898 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Bevy has the following [Focus Areas](https://github.com/bevyengine/bevy/labels/f Bevy is only possible because of the hard work put into these foundational technologies: -* [wgpu-rs](https://github.com/gfx-rs/wgpu-rs): modern / low-level / cross-platform graphics library inspired by Vulkan +* [wgpu](https://github.com/gfx-rs/wgpu): modern / low-level / cross-platform graphics library inspired by Vulkan * [glam-rs](https://github.com/bitshifter/glam-rs): a simple and fast 3D math library for games and graphics * [winit](https://github.com/rust-windowing/winit): cross-platform window creation and management in Rust * [spirv-reflect](https://github.com/gwihlidal/spirv-reflect-rs): Reflection API in rust for SPIR-V shader byte code