mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 01:58:41 +08:00
16 lines
382 B
TOML
16 lines
382 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/lukexor/pix-engine"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"sdl2",
|
|
"sdl2-image",
|
|
"sdl2-mixer",
|
|
"sdl2-ttf",
|
|
"sdl-gfx",
|
|
]
|
|
script = """
|
|
cookbook_cargo_examples maze 2d_raycasting 3d_raycasting asteroids colors fluid_simulation gui hello_world image light matrix shapes textures tree windows
|
|
"""
|