[dependencies.image]
version = "0.24.9"
[lib]
crate-type = ["lib"]
name = "fenpix"
[package]
authors = ["Small San"]
description = "Fenpix is a Rust library that converts FEN strings into pixel chess boards."
edition = "2021"
exclude = ["chess_board.png"]
license = "MIT"
name = "fenpix"
readme = "README.md"
repository = "https://github.com/Smallsan/fenpix"
version = "0.2.4"