diff --git a/recipes/wip/dev/oxidizer/recipe.toml b/recipes/wip/dev/oxidizer/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..00d3f166585cce3642523e96f7c1c3508f2d1dda --- /dev/null +++ b/recipes/wip/dev/oxidizer/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ix/oxidizer" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/rscale2x/recipe.toml b/recipes/wip/graphics/rscale2x/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..8463be9a67f95303e9483038d8bd438ea715adcb --- /dev/null +++ b/recipes/wip/graphics/rscale2x/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/ahmetmutlugun/rscale2x" +[build] +template = "cargo" diff --git a/recipes/wip/graphics/upscaler-rs/recipe.toml b/recipes/wip/graphics/upscaler-rs/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..4a717342506d3fc769e5a53325a0fa3d19bee1b7 --- /dev/null +++ b/recipes/wip/graphics/upscaler-rs/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/DhruvDh/upscaler" +[build] +template = "cargo" diff --git a/recipes/wip/net/anime-downloader/recipe.toml b/recipes/wip/net/anime-downloader/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..3451f0bdcc0129ce76e434c34422c75c9f7e36f5 --- /dev/null +++ b/recipes/wip/net/anime-downloader/recipe.toml @@ -0,0 +1,6 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/B0SEmc/Anime-Downloader" +rev = "36439fcf8665a363d95fe0e56de69909d0ff381b" +[build] +template = "cargo" diff --git a/recipes/wip/video/detect-scene-change/recipe.toml b/recipes/wip/video/detect-scene-change/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..48c23e72c7ec399ca53d802551ae9db88d2e8e89 --- /dev/null +++ b/recipes/wip/video/detect-scene-change/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/soruly/detect-scene-change" +[build] +template = "cargo" diff --git a/recipes/wip/video/gopro-assembler/recipe.toml b/recipes/wip/video/gopro-assembler/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..a0a32b500005262cd251e68b2754de60099a4aa8 --- /dev/null +++ b/recipes/wip/video/gopro-assembler/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/alichtman/gopro-chaptered-video-assembler" +[build] +template = "cargo" diff --git a/recipes/wip/video/trimmeroni/recipe.toml b/recipes/wip/video/trimmeroni/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..079cbf141459314a5b9fce2935beed13b88e5846 --- /dev/null +++ b/recipes/wip/video/trimmeroni/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/outfrost/trimmeroni" +[build] +template = "cargo" diff --git a/recipes/wip/video/video4discord/recipe.toml b/recipes/wip/video/video4discord/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..b7faa52e26705d534e15bd4358a9169835f68d84 --- /dev/null +++ b/recipes/wip/video/video4discord/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/Seebass22/video4discord" +[build] +template = "cargo" diff --git a/recipes/wip/web/vidium/recipe.toml b/recipes/wip/web/vidium/recipe.toml new file mode 100644 index 0000000000000000000000000000000000000000..3b99091ce9894e8e63371101d306fe17b59780d2 --- /dev/null +++ b/recipes/wip/web/vidium/recipe.toml @@ -0,0 +1,5 @@ +#TODO Not compiled or tested +[source] +git = "https://github.com/s-panferov/vidium" +[build] +template = "cargo"