crunch 0.3.3

A packer for cramming lots of rectangles into a larger one, designed primarily with sprite packing in mind.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Chevy Ray Johnston <happytrash@gmail.com>"]
categories = ["algorithms", "game-development", "graphics"]
description = "A packer for cramming lots of rectangles into a larger one, designed primarily with sprite packing in mind."
edition = "2018"
keywords = ["rectangle", "rect", "packer", "sprite", "atlas"]
license = "MIT OR Apache-2.0"
name = "crunch"
readme = "README.md"
repository = "https://github.com/ChevyRay/crunch-rs"
version = "0.3.3"