Convert fal recipe to toml and move to wip

This commit is contained in:
bjorn3 2024-01-08 21:26:24 +01:00
parent 93bb93f429
commit 8209fa04c9
2 changed files with 6 additions and 2 deletions

View File

@ -1,2 +0,0 @@
GIT=https://github.com/4lDO2/fal-rs
CARGO_PACKAGE=fal-frontend-redox

View File

@ -0,0 +1,6 @@
[source]
git = "https://github.com/4lDO2/fal-rs"
[build]
template = "custom"
script = "cookbook_cargo_packages fal-frontend-redox"