mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-26 07:49:17 +00:00
13 lines
250 B
TOML
13 lines
250 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 = "../../" }
|
|
minifb = "0.19"
|
|
|