redox/recipes/wip/demos/three-d/recipe.toml
2025-06-06 13:19:56 -03:00

12 lines
349 B
TOML

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