mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
10 lines
158 B
TOML
10 lines
158 B
TOML
#TODO Not compiled or tested
|
|
[source]
|
|
git = "https://github.com/zeta0134/rusticnes-sdl"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"sdl2",
|
|
"gtk3",
|
|
]
|