From 8a640806f932a09d556f7d2a9fbb8534f804548a Mon Sep 17 00:00:00 2001 From: Ben Frye Date: Tue, 14 Oct 2025 10:35:18 +1100 Subject: [PATCH] docs: Replace gfx-rs with wgpu in libraries section gfx-rs has been deprecated for quite some time, and wgpu is it's successor. Also wgpu is probably the most widely-used project that depends on ash (since it is used by Firefox, Bevy & countless other projects). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4373a7c26..8dfe5674a 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ cargo run -p ash-examples --bin texture ### Libraries that use ash -- [gfx-rs](https://github.com/gfx-rs/gfx) - gfx-rs is a low-level, cross-platform graphics abstraction library in Rust. +- [wgpu](https://github.com/gfx-rs/wgpu) - A cross-platform, safe, pure-Rust graphics API. ## A thanks to