diff --git a/recipes/wip/games/other/slint-tetris/recipe.toml b/recipes/wip/games/other/slint-tetris/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..e000450e437ecfbf50f8ca7e7d55219025c3a33f --- /dev/null +++ b/recipes/wip/games/other/slint-tetris/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/GaspardCulis/slint-tetris" +[build] +template = "cargo" diff --git a/recipes/wip/gui/gpcl/recipe.toml b/recipes/wip/gui/gpcl/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..9663b2b5b8a83138ba94ad17e8eda68eaab05bed --- /dev/null +++ b/recipes/wip/gui/gpcl/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dngulin/gpcl" +[build] +template = "cargo" diff --git a/recipes/wip/gui/ordinary/recipe.toml b/recipes/wip/gui/ordinary/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..ffc25fc6961d8076d5b60fe451cad54d27ea63ba --- /dev/null +++ b/recipes/wip/gui/ordinary/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://gitlab.com/floers/ordinary" +[build] +template = "custom" +script = """ +cookbook_cargo_packages ordinary +""" diff --git a/recipes/wip/tools/graphics/other/image-sieve/recipe.toml b/recipes/wip/tools/graphics/other/image-sieve/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4d40be301705d1943e06e7b2dc22cbd2576cd5bd --- /dev/null +++ b/recipes/wip/tools/graphics/other/image-sieve/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Futsch1/image-sieve" +[build] +template = "cargo"