diff --git a/recipes/wip/crypto/morse2sound/recipe.toml b/recipes/wip/crypto/morse2sound/recipe.toml new file mode 100644 index 000000000..3e00e7354 --- /dev/null +++ b/recipes/wip/crypto/morse2sound/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/irevenko/morse2sound" +[build] +template = "cargo" diff --git a/recipes/wip/demos/fundsp/recipe.toml b/recipes/wip/demos/fundsp/recipe.toml new file mode 100644 index 000000000..0a2cffff1 --- /dev/null +++ b/recipes/wip/demos/fundsp/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/SamiPerttu/fundsp" +[build] +template = "custom" +script = """ +cookbook_cargo_examples beep file grain grain2 keys network optimize peek plot sequence type +""" diff --git a/recipes/wip/demos/usfx/recipe.toml b/recipes/wip/demos/usfx/recipe.toml new file mode 100644 index 000000000..30201767d --- /dev/null +++ b/recipes/wip/demos/usfx/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/tversteeg/usfx" +[build] +template = "custom" +script = """ +cookbook_cargo_examples cpal music +""" diff --git a/recipes/wip/demos/wavy/recipe.toml b/recipes/wip/demos/wavy/recipe.toml new file mode 100644 index 000000000..59cabec34 --- /dev/null +++ b/recipes/wip/demos/wavy/recipe.toml @@ -0,0 +1,8 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/ardaku/wavy" +[build] +template = "custom" +script = """ +cookbook_cargo_examples monitor play query record +""" diff --git a/recipes/wip/net/remote/sanzu/recipe.toml b/recipes/wip/net/remote/sanzu/recipe.toml new file mode 100644 index 000000000..2ec5b9a3c --- /dev/null +++ b/recipes/wip/net/remote/sanzu/recipe.toml @@ -0,0 +1,8 @@ +#TODO port to orbital +[source] +git = "https://github.com/cea-sec/sanzu" +[build] +template = "custom" +script = """ +cookbook_cargo_packages sanzu +"""