Update badges (#73)
- crates.io badges are now deprecated: https://github.com/rust-lang/crates.io/issues/2436
This commit is contained in:
parent
4098df59f6
commit
809d3f6dd9
2 changed files with 6 additions and 8 deletions
|
@ -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"
|
||||||
|
|
10
README.md
10
README.md
|
@ -1,7 +1,9 @@
|
||||||
[](https://docs.rs/pixels)
|
[](https://docs.rs/pixels "Documentation")
|
||||||
[](https://travis-ci.org/parasyte/pixels)
|
[](https://travis-ci.org/parasyte/pixels "Build status")
|
||||||
[](https://github.com/parasyte/pixels)
|
[](https://github.com/parasyte/pixels "CI")
|
||||||
[](https://github.com/rust-secure-code/safety-dance/)
|
[](http://isitmaintained.com/project/parasyte/pixels "Average time to resolve an issue")
|
||||||
|
[](http://isitmaintained.com/project/parasyte/pixels "Percentage of issues still open")
|
||||||
|
[](https://github.com/rust-secure-code/safety-dance/ "Unsafe forbidden")
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue