rusty-chess-gui 0.1.4

A gui for the chess engine
[dependencies.rand]
version = "0.8.5"

[dependencies.raylib]
version = "5.0.1"

[dependencies.rayon]
version = "1.10"

[dependencies.rusty-chess-core]
version = "0.3.0"

[package]
authors = ["Christoph Ungricht <christoph.ungricht@outlook.com>"]
description = "A gui for the chess engine"
edition = "2021"
exclude = [".gitignore"]
license-file = "LICENSE"
name = "rusty-chess-gui"
readme = "README.md"
repository = "https://github.com/ungrichtepfl/rusty-chess"
version = "0.1.4"