Update recipes

This commit is contained in:
Ribbon 2024-12-04 02:39:05 +00:00
parent a2aa0bf3fe
commit 35f17e35c5
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO can't find the fontconfig files
[source]
git = "https://github.com/SamiPerttu/fundsp"
[build]

View File

@ -1,4 +1,4 @@
#TODO not compiled or tested
#TODO rfd crate error
[source]
git = "https://github.com/SamiPerttu/funutd"
[build]

View File

@ -1,8 +1,9 @@
#TODO not compiled or tested
[source]
git = "https://github.com/FyroxEngine/Fyrox"
git = "https://github.com/FyroxEngine/Fyrox-demo-projects"
[build]
template = "custom"
script = """
cookbook_cargo_examples 2d
COOKBOOK_SOURCE="${COOKBOOK_SOURCE}/ui"
cookbook_cargo_packages ui
"""