mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 21:04:18 +08:00
Add recipes
This commit is contained in:
parent
b1b41a2b44
commit
5a67bd3260
5
recipes/wip/crypto/data2sound/recipe.toml
Normal file
5
recipes/wip/crypto/data2sound/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/TheAwiteb/data2sound"
|
||||
[build]
|
||||
template = "cargo"
|
||||
8
recipes/wip/science/sonde/recipe.toml
Normal file
8
recipes/wip/science/sonde/recipe.toml
Normal file
@ -0,0 +1,8 @@
|
||||
#TODO not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/rnleach/sonde"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"gtk4",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user