mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
10 lines
238 B
TOML
10 lines
238 B
TOML
#TODO missing script for "make", see https://github.com/finalburnneo/FBNeo/blob/master/README-SDL.md#sdl2
|
|
[source]
|
|
git = "https://github.com/finalburnneo/FBNeo"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl2",
|
|
"sdl2-image",
|
|
]
|