From 1c849f67417afb5fa8ad7c652f48fbaf7189c08a Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Sun, 8 Mar 2020 21:20:33 -0400 Subject: [PATCH] 5 keywords --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3d79936..8e66967 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,5 +3,5 @@ name = "rectangle-pack" version = "0.1.0" authors = ["Chinedu Francis Nwafili "] edition = "2018" -keywords = ["texture", "atlas", "bin", "rect", "box", "packer"] +keywords = ["texture", "atlas", "bin", "box", "packer"] description = "A minimal bin packer designed to conform to any two or three dimensional use case." diff --git a/README.md b/README.md index bfdce98..6e8e8bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# 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) > A minimal bin packer designed to conform to any two or three dimensional use case.