mirror of
https://github.com/henryksloan/kind-nes.git
synced 2025-04-02 10:31:47 -04:00
9 lines
No EOL
168 B
TOML
9 lines
No EOL
168 B
TOML
[package]
|
|
name = "sdl-ui"
|
|
version = "0.1.0"
|
|
authors = ["Henry Sloan <henryksloan@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
nes = { path = "../nes" }
|
|
sdl2 = "0.34.3" |