Skip to content

Commit

Permalink
Update CI badges
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos committed Aug 23, 2023
1 parent 73646d5 commit 74cf758
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# blurhash-rs

![Crates.io](https://img.shields.io/crates/v/blurhash.svg?logo=blurhash&style=flat-square)
[![Actions Status](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/badge/Raincal/blurhash-rs?style=flat-square)](https://wdp9fww0r9.execute-api.us-west-2.amazonaws.com/production/results/Raincal/blurhash-rs)
![Crates.io](https://img.shields.io/crates/l/blurhash.svg?logo=blurhash&style=flat-square)
![CI Build](https://github.com/whisperfish/blurhash/workflows/Build/badge.svg)
[![Crates.io](https://img.shields.io/crates/v/blurhash.svg)](https://crates.io/crates/blurhash)
[![Crates.io](https://img.shields.io/crates/l/blurhash.svg)](https://crates.io/crates/blurhash)

> A pure Rust implementation of [Blurhash](https://github.com/woltapp/blurhash).
Expand Down Expand Up @@ -42,4 +42,4 @@ let pixels = decode("LBAdAqof00WCqZj[PDay0.WB}pof", 50, 50, 1.0);
Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

0 comments on commit 74cf758

Please sign in to comment.