mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
add recipes
This commit is contained in:
parent
66ef28905a
commit
1d19222629
5
recipes/wip/bvr/recipe.toml
Normal file
5
recipes/wip/bvr/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/Avarel/bvr"
|
||||
[build]
|
||||
template = "cargo"
|
||||
5
recipes/wip/conceal/recipe.toml
Normal file
5
recipes/wip/conceal/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/TD-Sky/conceal"
|
||||
[build]
|
||||
template = "cargo"
|
||||
9
recipes/wip/lan-mouse/recipe.toml
Normal file
9
recipes/wip/lan-mouse/recipe.toml
Normal file
@ -0,0 +1,9 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/feschber/lan-mouse"
|
||||
[build]
|
||||
template = "cargo"
|
||||
dependencies = [
|
||||
"libadwaita",
|
||||
"gtk4",
|
||||
]
|
||||
6
recipes/wip/wasmtime/recipe.toml
Normal file
6
recipes/wip/wasmtime/recipe.toml
Normal file
@ -0,0 +1,6 @@
|
||||
#TODO Not compiled or tested
|
||||
[source]
|
||||
git = "https://github.com/bytecodealliance/wasmtime"
|
||||
rev = "6613acd1e4817957a4a7745125ef063b43c273a7"
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user