Fix the mage recipe and update a TODO

This commit is contained in:
Ribbon 2025-05-29 09:53:38 -03:00
parent c6c9e9de5f
commit cecc4641da
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/not-fl3/macroquad"
[build]

View File

@ -4,5 +4,5 @@ git = "https://github.com/baad-c0de/mage-core"
[build]
template = "custom"
script = """
cookbook_cargo_examples basic font3 hello
cookbook_cargo_examples basic hello
"""