mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Convert calculator to TOML.
This commit is contained in:
parent
f9ec14a487
commit
24b98879ca
@ -1,2 +0,0 @@
|
||||
GIT=https://gitlab.redox-os.org/redox-os/orbcalculator.git
|
||||
BRANCH=master
|
||||
5
recipes/calculator/recipe.toml
Normal file
5
recipes/calculator/recipe.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[source]
|
||||
git = "https://gitlab.redox-os.org/redox-os/orbcalculator.git"
|
||||
|
||||
[build]
|
||||
template = "cargo"
|
||||
Loading…
Reference in New Issue
Block a user