From 299a76b9e56b9f4aa8db5bf7a95f6dcef9e58387 Mon Sep 17 00:00:00 2001 From: Rukai Date: Sun, 5 Jan 2020 18:54:14 +1100 Subject: [PATCH] Update readme badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cea477cbe3..065310ef9a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ ## wgpu-rs [![Build Status](https://travis-ci.org/gfx-rs/wgpu-rs.svg)](https://travis-ci.org/gfx-rs/wgpu-rs) [![Crates.io](https://img.shields.io/crates/v/wgpu.svg)](https://crates.io/crates/wgpu) -[![Gitter](https://badges.gitter.im/gfx-rs/webgpu.svg)](https://gitter.im/gfx-rs/webgpu) +[![Docs.rs](https://docs.rs/wgpu/badge.svg)](https://docs.rs/wgpu) +[![Matrix](https://img.shields.io/matrix/wgpu:matrix.org)](https://matrix.to/#/#wgpu:matrix.org) This 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. It currently only works for the native platform, in the future aims to support WASM/Emscripten platforms as well.