[package] name = "smol-layout" version = "0.1.1" edition = "2021" authors = [ "Gabe Weiner ", "Jonathan Spira ", ] license = "MIT OR Apache-2.0" repository = "https://github.com/NPC-Studio/smol-layout" description = "a small layout utility for very simple pixel art games" categories = ["game-development"] [build-dependencies] regex = "1" [dependencies] thiserror = "1.0.38"