diff --git a/recipes/wip/demos/fundsp/recipe.toml b/recipes/wip/demos/fundsp/recipe.toml index de432f2d4..3ddd0d97a 100644 --- a/recipes/wip/demos/fundsp/recipe.toml +++ b/recipes/wip/demos/fundsp/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO can't find the fontconfig files [source] git = "https://github.com/SamiPerttu/fundsp" [build] diff --git a/recipes/wip/demos/funutd/recipe.toml b/recipes/wip/demos/funutd/recipe.toml index 83f794161..cafac2540 100644 --- a/recipes/wip/demos/funutd/recipe.toml +++ b/recipes/wip/demos/funutd/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO rfd crate error [source] git = "https://github.com/SamiPerttu/funutd" [build] diff --git a/recipes/wip/demos/fyrox/recipe.toml b/recipes/wip/demos/fyrox/recipe.toml index 228dca163..465a74687 100644 --- a/recipes/wip/demos/fyrox/recipe.toml +++ b/recipes/wip/demos/fyrox/recipe.toml @@ -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 """