potatis/nes-sdl/Cargo.toml
Henrik Persson 6352f1b31c Cloud
2023-03-13 00:37:52 +01:00

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"] }