redox/recipes/wip/demos/three-d/recipe.toml

17 lines
389 B
TOML

#TODO glutin crate error
[source]
git = "https://github.com/asny/three-d"
shallow_clone = true
[build]
template = "custom"
dependencies = [
"openssl3",
]
script = """
DYNAMIC_INIT
cookbook_cargo_examples animation environment fireworks \
fog forest image instanced_shapes lighting lights logo \
mandelbrot multiwindow pbr shapes shapes2d sprites statues \
terrain texture triangle
"""