Skip to content

Commit

Permalink
Update crate metadata to image-rs org
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Apr 28, 2019
1 parent 16b5609 commit f4d45ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.14.1"
license = "MIT/Apache-2.0"
description = "PNG decoding and encoding library in pure Rust"
authors = ["nwin <nwin@users.noreply.github.com>"]
repository = "https://github.com/PistonDevelopers/image-png.git"
repository = "https://github.com/image-rs/image-png.git"
edition = "2018"
exclude = [
"tests/*",
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# PNG Decoder/Encoder
[![Build Status](https://travis-ci.org/PistonDevelopers/image-png.svg?branch=master)](https://travis-ci.org/PistonDevelopers/image-png)
[![Crates.io](https://docs.rs/png/badge.svg)](https://docs.rs/png)
[![Build Status](https://travis-ci.org/image-rs/image-png.svg?branch=master)](https://travis-ci.org/image-rs/image-png)
[![Documentation](https://docs.rs/png/badge.svg)](https://docs.rs/png)
[![Crates.io](https://img.shields.io/crates/v/png.svg)](https://crates.io/crates/png)
![Lines of Code](https://tokei.rs/b1/github/PistonDevelopers/image-png)
[![License](https://img.shields.io/crates/l/png.svg)](https://github.com/PistonDevelopers/image-png)
![Lines of Code](https://tokei.rs/b1/github/image-rs/image-png)
[![License](https://img.shields.io/crates/l/png.svg)](https://github.com/image-rs/image-png)

PNG decoder/encoder in pure Rust. Currently `pngcheck` is the most usable part. Build with `cargo build --release --example pngcheck`.

Expand Down

0 comments on commit f4d45ff

Please sign in to comment.