Add recipes

This commit is contained in:
Ribbon 2024-07-14 07:52:02 +00:00
parent b1b41a2b44
commit 5a67bd3260
2 changed files with 13 additions and 0 deletions

View File

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

View File

@ -0,0 +1,8 @@
#TODO not compiled or tested
[source]
git = "https://github.com/rnleach/sonde"
[build]
template = "cargo"
dependencies = [
"gtk4",
]