mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
11 lines
No EOL
221 B
TOML
11 lines
No EOL
221 B
TOML
[package]
|
|
name = "nes-sdl"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
default-run = "nes-sdl"
|
|
|
|
[dependencies]
|
|
structopt = "0.3.13"
|
|
sdl2 = "0.35.2"
|
|
common = { path = "../common" }
|
|
nes = { path = "../nes", features = ["debugger"] } |