Fix the macroquad recipe

This commit is contained in:
Ribbon 2025-05-29 09:44:15 -03:00
parent 8b9d440dc3
commit c6c9e9de5f

View File

@ -4,5 +4,5 @@ git = "https://github.com/not-fl3/macroquad"
[build]
template = "custom"
script = """
cookbook_cargo_examples 3d basic_shapes camera chess ferris first_person particles_example platformer shadertoy snake text ui
cookbook_cargo_examples 3d basic_shapes camera first_person particles_example platformer shadertoy snake text ui
"""