Add recipes

This commit is contained in:
Ribbon 2024-06-30 06:52:50 +00:00
parent e04f426d12
commit 00d4dd4cb2
4 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/GaspardCulis/slint-tetris"
[build]
template = "cargo"

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/dngulin/gpcl"
[build]
template = "cargo"

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://gitlab.com/floers/ordinary"
[build]
template = "custom"
script = """
cookbook_cargo_packages ordinary
"""

View File

@ -0,0 +1,5 @@
#TODO not compiled or tested
[source]
git = "https://github.com/Futsch1/image-sieve"
[build]
template = "cargo"