From e04f426d12f1fe37ae00d1679ff04afbd6057874 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sun, 30 Jun 2024 06:37:27 +0000 Subject: [PATCH] Add recipes --- recipes/wip/demos/iced-7guis/recipe.toml | 5 +++++ recipes/wip/demos/slint/recipe.toml | 10 ++++++++++ recipes/wip/sound/chiptrack/recipe.toml | 5 +++++ recipes/wip/tools/math/fractal-explorer/recipe.toml | 5 +++++ recipes/wip/tools/time/dispute/recipe.toml | 5 +++++ recipes/wip/tools/time/tomotroid/recipe.toml | 5 +++++ 6 files changed, 35 insertions(+) create mode 100644 recipes/wip/demos/iced-7guis/recipe.toml create mode 100644 recipes/wip/demos/slint/recipe.toml create mode 100644 recipes/wip/sound/chiptrack/recipe.toml create mode 100644 recipes/wip/tools/math/fractal-explorer/recipe.toml create mode 100644 recipes/wip/tools/time/dispute/recipe.toml create mode 100644 recipes/wip/tools/time/tomotroid/recipe.toml diff --git a/recipes/wip/demos/iced-7guis/recipe.toml b/recipes/wip/demos/iced-7guis/recipe.toml new file mode 100644 index 000000000..10cb81c82 --- /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 000000000..da6c68e5d --- /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 000000000..1504ce6a6 --- /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 000000000..7ea0cbfb9 --- /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 000000000..4a7fc6991 --- /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 000000000..bab4883bf --- /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" -- GitLab