diff --git a/recipes/wip/demos/iced-7guis/recipe.toml b/recipes/wip/demos/iced-7guis/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..10cb81c82fc6fc88140d8534a05c32ff071242c7 --- /dev/null +++ b/recipes/wip/demos/iced-7guis/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/dcampbell24/iced_7guis" +[build] +template = "cargo" diff --git a/recipes/wip/demos/slint/recipe.toml b/recipes/wip/demos/slint/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..da6c68e5d5538c7efdb97c3abfa813e88707c1a7 --- /dev/null +++ b/recipes/wip/demos/slint/recipe.toml @@ -0,0 +1,10 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/slint-ui/slint" +[build] +template = "custom" +script = """ +cookbook_cargo_examples gallery energy-monitor carousel \ +memory imagefilter plotter opengl_underlay opengl_texture \ +ffmpeg maps virtual_keyboard 7guis +""" diff --git a/recipes/wip/sound/chiptrack/recipe.toml b/recipes/wip/sound/chiptrack/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..1504ce6a69a60c2aef5b21f62625e38fa8225e82 --- /dev/null +++ b/recipes/wip/sound/chiptrack/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/jturcotte/chiptrack" +[build] +template = "cargo" diff --git a/recipes/wip/tools/math/fractal-explorer/recipe.toml b/recipes/wip/tools/math/fractal-explorer/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..7ea0cbfb900615e3c834c38d79a0df1bf9d94f23 --- /dev/null +++ b/recipes/wip/tools/math/fractal-explorer/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/boclair/fractal-explorer" +[build] +template = "cargo" diff --git a/recipes/wip/tools/time/dispute/recipe.toml b/recipes/wip/tools/time/dispute/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4a7fc6991ec4cb68c4b5acd12b12549767448b9a --- /dev/null +++ b/recipes/wip/tools/time/dispute/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Vinegret43/dispute" +[build] +template = "cargo" diff --git a/recipes/wip/tools/time/tomotroid/recipe.toml b/recipes/wip/tools/time/tomotroid/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..bab4883bf5bdf040a6a3fb202aaa5a2102180b4f --- /dev/null +++ b/recipes/wip/tools/time/tomotroid/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/vadoola/Tomotroid" +[build] +template = "cargo"