boo-os/Cargo.toml

14 lines
240 B
TOML
Raw Permalink Normal View History

2021-11-09 02:19:34 +00:00
[package]
2021-11-12 23:37:02 +00:00
name = "boo"
2021-11-09 02:19:34 +00:00
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2021-11-13 23:27:56 +00:00
[profile.release]
debug = true
2021-11-09 02:19:34 +00:00
[dependencies]
minifb = "0.19.3"
image = "0.23.14"