mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
15 lines
329 B
TOML
15 lines
329 B
TOML
[package]
|
|
name = "moa-minifb"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
default-run = "moa-genesis"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
moa = { path = "../../" }
|
|
moa-common = { path = "../moa-common/", features = ["audio"] }
|
|
minifb = "0.19"
|
|
clap = "3.2.20"
|
|
|