Skip to content

Commit

Permalink
Update README.md (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau authored Nov 6, 2024
1 parent 1726bd4 commit 4bb4499
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@

#### A pure Rust PNG/APNG encoder & decoder

[![tests](https://github.com/AldaronLau/png_pong/workflows/tests/badge.svg)](https://github.com/AldaronLau/png_pong/actions?query=workflow%3Atests)
[![docs](https://docs.rs/png_pong/badge.svg)](https://docs.rs/png_pong)
[![crates.io](https://img.shields.io/crates/v/png_pong.svg)](https://crates.io/crates/png_pong)
[![tests](https://github.com/AldaronLau/png_pong/actions/workflows/ci.yml/badge.svg)](https://github.com/AldaronLau/png_pong/actions/workflows/ci.yml)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/AldaronLau/png_pong)](https://github.com/AldaronLau/png_pong/)
[![GitHub contributors](https://img.shields.io/github/contributors/AldaronLau/png_pong)](https://github.com/AldaronLau/png_pong/graphs/contributors)
[![Crates.io](https://img.shields.io/crates/v/png_pong)](https://crates.io/crates/png_pong)
[![Crates.io](https://img.shields.io/crates/d/png_pong)](https://crates.io/crates/png_pong)
[![Crates.io (recent)](https://img.shields.io/crates/dr/png_pong)](https://crates.io/crates/png_pong)
[![Crates.io](https://img.shields.io/crates/l/png_pong)](https://github.com/AldaronLau/png_pong/search?l=Text&q=license)
[![Docs.rs](https://docs.rs/png_pong/badge.svg)](https://docs.rs/png_pong/)

This is a pure Rust PNG image decoder and encoder taking inspiration from
lodepng. This crate allows easy reading and writing of PNG files without any
Expand Down

0 comments on commit 4bb4499

Please sign in to comment.