Add a recipe

This commit is contained in:
Ribbon 2023-12-02 01:55:50 +00:00
parent c12edda38f
commit 0f00b91f4d

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/zeta0134/rusticnes-sdl"
[build]
template = "cargo"
dependencies = [
"sdl2",
"gtk3",
]