mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
14 lines
272 B
TOML
14 lines
272 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"
|
|
clap = "3.0.0-beta.5"
|
|
|