Update recipes

This commit is contained in:
Ribbon 2024-06-10 10:28:09 +00:00
parent f465aa617b
commit 78e07c5a79
3 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,9 @@
#TODO Not compiled or tested
#TODO can't find the fontconfig dependency
[source]
git = "https://github.com/polachok/helix-gpui"
[build]
template = "cargo"
dependencies = [
"openssl1",
"fontconfig",
]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
git = "https://github.com/grunch/rana"
[build]

View File

@ -3,3 +3,6 @@
git = "https://github.com/NewDawn0/tl"
[build]
template = "cargo"
dependencies = [
"openssl1",
]