diff --git a/recipes/wip/fyrox-editor/recipe.toml b/recipes/wip/fyrox-editor/recipe.toml new file mode 100644 index 000000000..f50cfff0d --- /dev/null +++ b/recipes/wip/fyrox-editor/recipe.toml @@ -0,0 +1,9 @@ +#TODO +[source] +git = "https://github.com/FyroxEngine/Fyrox" +rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955" +[build] +template = "custom" +script = """ +cookbook_cargo_packages editor +""" diff --git a/recipes/wip/fyrox-template/recipe.toml b/recipes/wip/fyrox-template/recipe.toml index 9534176b8..aee6ccf13 100644 --- a/recipes/wip/fyrox-template/recipe.toml +++ b/recipes/wip/fyrox-template/recipe.toml @@ -1,4 +1,4 @@ -#TODO Not compiled or tested yet +#TODO compiled but not tested [source] git = "https://github.com/FyroxEngine/Fyrox" rev = "8d3e2e2cf29b7eefa78d14ff92156caeed88b955"