diff --git a/recipes/wip/dev/espmonitor/recipe.toml b/recipes/wip/dev/espmonitor/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..cc23026d4ec3f09a3600777bec4c62d7c376a129 --- /dev/null +++ b/recipes/wip/dev/espmonitor/recipe.toml @@ -0,0 +1,8 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/esp-rs/espmonitor" +[build] +template = "custom" +script = """ +cookbook_cargo_packages espmonitor cargo-espmonitor +""" diff --git a/recipes/wip/dev/memtest-vulkan/recipe.toml b/recipes/wip/dev/memtest-vulkan/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..540689c915bd3d0e1981acdd363830172d6152d2 --- /dev/null +++ b/recipes/wip/dev/memtest-vulkan/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/GpuZelenograd/memtest_vulkan" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/matugen/recipe.toml b/recipes/wip/graphics/matugen/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..9f12b258c4998b784aad73f26467defd45f0d35b --- /dev/null +++ b/recipes/wip/graphics/matugen/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/InioX/matugen" +[build] +template = "cargo" diff --git a/recipes/wip/tools/hoard/recipe.toml b/recipes/wip/tools/hoard/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..446a1b75f4ae3e09b2d798c082a64f43c9a48e75 --- /dev/null +++ b/recipes/wip/tools/hoard/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Hyde46/hoard" +[build] +template = "cargo" diff --git a/recipes/wip/tools/rusty/recipe.toml b/recipes/wip/tools/rusty/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..bedc4ba3f630afdbd7ea97fabb299a675145cbb6 --- /dev/null +++ b/recipes/wip/tools/rusty/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/zahidkhawaja/rusty" +[build] +template = "cargo"