From ba7f4f1b7ccc349001ca718f487406a9e6906f2f Mon Sep 17 00:00:00 2001 From: Dispersia Date: Wed, 23 Jun 2021 10:27:02 -0700 Subject: [PATCH] Fix readme in wgpu --- wgpu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wgpu/README.md b/wgpu/README.md index 7d974f5b42..e53de94c7b 100644 --- a/wgpu/README.md +++ b/wgpu/README.md @@ -1,4 +1,4 @@ - + wgpu-rs is an idiomatic Rust wrapper over [wgpu-core](https://github.com/gfx-rs/wgpu). It's designed to be suitable for general purpose graphics and computation needs of Rust community.