Update badges (#73)

- crates.io badges are now deprecated: https://github.com/rust-lang/crates.io/issues/2436
This commit is contained in:
Jay Oster 2020-04-18 15:20:48 -07:00 committed by GitHub
parent 4098df59f6
commit 809d3f6dd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View file

@ -18,10 +18,6 @@ include = [
"/src/**/*", "/src/**/*",
] ]
[badges]
travis-ci = { repository = "parasyte/pixels" }
maintenance = { status = "actively-developed" }
[dependencies] [dependencies]
thiserror = "1.0.15" thiserror = "1.0.15"
wgpu = "0.5.0" wgpu = "0.5.0"

View file

@ -1,7 +1,9 @@
[![Documentation](https://docs.rs/pixels/badge.svg)](https://docs.rs/pixels) [![Documentation](https://docs.rs/pixels/badge.svg)](https://docs.rs/pixels "Documentation")
[![Build Status](https://travis-ci.org/parasyte/pixels.svg?branch=master)](https://travis-ci.org/parasyte/pixels) [![Build status](https://travis-ci.org/parasyte/pixels.svg?branch=master)](https://travis-ci.org/parasyte/pixels "Build status")
[![CI](https://github.com/parasyte/pixels/workflows/CI/badge.svg)](https://github.com/parasyte/pixels) [![CI](https://github.com/parasyte/pixels/workflows/CI/badge.svg)](https://github.com/parasyte/pixels "CI")
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/parasyte/pixels.svg)](http://isitmaintained.com/project/parasyte/pixels "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/parasyte/pixels.svg)](http://isitmaintained.com/project/parasyte/pixels "Percentage of issues still open")
[![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/ "Unsafe forbidden")
![Pixels Logo](img/pixels.png) ![Pixels Logo](img/pixels.png)