1546: Fix readme in wgpu r=kvark a=Dispersia

**Description**
 Just fixes the logo image in the wgpu/wgpu directory, didn't move the logo.png down because several other places reference it still as well.


Co-authored-by: Dispersia <dispersias@gmail.com>
This commit is contained in:
bors[bot]
2021-06-23 18:34:22 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
<img align="right" width="25%" src="logo.png">
<img align="right" width="25%" src="../logo.png">
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.