Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krchmkn authored Nov 14, 2024
1 parent 106f827 commit 8b7ccb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spriterator

[![build/test](https://github.com/krchmkn/spriterator/actions/workflows/rust.yml/badge.svg)](https://github.com/krchmkn/spriterator/actions/workflows/rust.yml)
[![build](https://github.com/krchmkn/spriterator/actions/workflows/build.yml/badge.svg)](https://github.com/krchmkn/spriterator/actions/workflows/build.yml)

[Spriterator](https://crates.io/crates/spriterator) is a Rust library that generates compact sprite sheets from images in a specified directory. It arranges images row by row to minimize empty space and avoid gaps, even if the images are of different sizes. If the images exceed a specified maximum height, the library will create multiple sprite sheets.

Expand Down

0 comments on commit 8b7ccb1

Please sign in to comment.