potatis/nes-sdl/Cargo.toml
2022-09-27 21:30:23 +02:00

16 lines
No EOL
323 B
TOML

[package]
name = "nes-sdl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
#[[bin]]
#name = "nes-sdl"
#path = "src/nes-sdl.rs"
[dependencies]
structopt = "0.3.13"
sdl2 = "0.35.2"
common = { path = "../common" }
nes = { path = "../nes" }