From 7142d38da321973783c624b25a29c01af8dd4f89 Mon Sep 17 00:00:00 2001 From: Michael Tang Date: Tue, 12 May 2020 11:23:23 -0700 Subject: [PATCH 1/2] Add link to gfx-rs/wgpu library The gfx-rs group is investing a lot of effort in WebGPU with their library, wgpu. wgpu is the lowest-level "safe" graphics available, runs both on and off the web, and is generally more approachable to more kinds of users than gfx-hal. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2b9e475..37716f0 100644 --- a/README.md +++ b/README.md @@ -1139,6 +1139,7 @@ See also [Are we game yet?](https://arewegameyet.com) [[graphics](https://crates.io/keywords/graphics)] +* [gfx-rs/wgpu](https://github.com/gfx-rs/wgpu) - Native WebGPU implementation based on gfx-hal. [![Build Status](https://github.com/gfx-rs/wgpu/workflows/CI/badge.svg)](https://github.com/gfx-rs/wgpu/actions) * [gfx-rs/gfx](https://github.com/gfx-rs/gfx) — A high-performance, bindless graphics API for Rust. [](https://travis-ci.org/gfx-rs/gfx) * Font * [redox-os/rusttype](https://github.com/redox-os/rusttype) — A pure Rust alternative to libraries like FreeType [](https://travis-ci.org/redox-os/rusttype) From 7c559439ef2db0a44025902edf26877fb68e264e Mon Sep 17 00:00:00 2001 From: Michael Tang Date: Tue, 12 May 2020 16:28:56 -0700 Subject: [PATCH 2/2] Specify branch in CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37716f0..e7ce069 100644 --- a/README.md +++ b/README.md @@ -1139,7 +1139,7 @@ See also [Are we game yet?](https://arewegameyet.com) [[graphics](https://crates.io/keywords/graphics)] -* [gfx-rs/wgpu](https://github.com/gfx-rs/wgpu) - Native WebGPU implementation based on gfx-hal. [![Build Status](https://github.com/gfx-rs/wgpu/workflows/CI/badge.svg)](https://github.com/gfx-rs/wgpu/actions) +* [gfx-rs/wgpu](https://github.com/gfx-rs/wgpu) - Native WebGPU implementation based on gfx-hal. [](https://github.com/gfx-rs/wgpu/actions) * [gfx-rs/gfx](https://github.com/gfx-rs/gfx) — A high-performance, bindless graphics API for Rust. [](https://travis-ci.org/gfx-rs/gfx) * Font * [redox-os/rusttype](https://github.com/redox-os/rusttype) — A pure Rust alternative to libraries like FreeType [](https://travis-ci.org/redox-os/rusttype)