add recipes

This commit is contained in:
Ribbon 2024-01-13 09:52:26 +00:00
parent 66ef28905a
commit 1d19222629
4 changed files with 25 additions and 0 deletions

View File

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

View File

@ -0,0 +1,5 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/TD-Sky/conceal"
[build]
template = "cargo"

View File

@ -0,0 +1,9 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/feschber/lan-mouse"
[build]
template = "cargo"
dependencies = [
"libadwaita",
"gtk4",
]

View File

@ -0,0 +1,6 @@
#TODO Not compiled or tested
[source]
git = "https://github.com/bytecodealliance/wasmtime"
rev = "6613acd1e4817957a4a7745125ef063b43c273a7"
[build]
template = "cargo"