fenpix 0.2.4

Fenpix is a Rust library that converts FEN strings into pixel chess boards.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"