mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 03:28:42 +08:00
13 lines
211 B
TOML
13 lines
211 B
TOML
#TODO Not compiled or tested yet
|
|
[source]
|
|
git = "https://github.com/lukexor/tetanes"
|
|
[build]
|
|
template = "cargo"
|
|
dependencies = [
|
|
"sdl2",
|
|
"sdl2-image",
|
|
"sdl2-mixer",
|
|
"sdl2-ttf",
|
|
"sdl2-gfx",
|
|
]
|