mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
16 lines
No EOL
323 B
TOML
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" } |