Chirp/chirp-minifb/Cargo.toml

16 lines
295 B
TOML

[package]
name = "chirp-minifb"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chirp = { path = ".." }
minifb = { version = "0.24.0" }
gumdrop = "0.8.1"
owo-colors = "3"
thiserror = "1.0.39"