Skip to content

Commit

Permalink
Fix Cargo.toml package fields
Browse files Browse the repository at this point in the history
  • Loading branch information
chinedufn committed Mar 9, 2020
1 parent 1c849f6 commit cbda0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ authors = ["Chinedu Francis Nwafili <frankie.nwafili@gmail.com>"]
edition = "2018"
keywords = ["texture", "atlas", "bin", "box", "packer"]
description = "A minimal bin packer designed to conform to any two or three dimensional use case."
license = "MIT/Apache-2.0"
repository = "https://github.com/chinedufn/rectangle-pack"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rectangle-pack [![Actions Status](https://github.com/chinedufn/rectangle-pack/workflows/ci/badge.svg)](https://github.com/chinedufn/rectangle-pack/actions) [![docs](https://docs.rs/rectangle-pack/badge.svg)](https://docs.rs/rectangle-pack)
# rectangle-pack [![Actions Status](https://github.com/chinedufn/rectangle-pack/workflows/test/badge.svg)](https://github.com/chinedufn/rectangle-pack/actions) [![docs](https://docs.rs/rectangle-pack/badge.svg)](https://docs.rs/rectangle-pack)

> A minimal bin packer designed to conform to any two or three dimensional use case.
Expand Down

0 comments on commit cbda0cb

Please sign in to comment.