sheetsmithlib 0.1.3

The goto library for sprite sheet packing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sheetsmithlib"
version = "0.1.3"
edition = "2024"
description = "The goto library for sprite sheet packing"
authors = ["Simon Klovdahl <me@lazyllama.xyz>"]
license = "MIT"
repository = "https://github.com/lazyllama/sheetsmith"
readme = "../README.md"

[dependencies]
anyhow = "1.0.102"
guillotiere = "0.7.0"
image = "0.25.10"