Update TODOs and fix alacritty

This commit is contained in:
Ribbon 2023-12-14 20:09:02 +00:00
parent 720a31af18
commit 6a1a5958a5
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested (after an update on the libc crate)
[source]
git = "https://github.com/Gankra/abi-cafe"
[build]

View File

@ -1,4 +1,4 @@
#TODO Not compiled or tested
#TODO compiled but not tested
[source]
tar = "https://github.com/kevinmatthes/aeruginous-rs/archive/refs/tags/v3.3.0.tar.gz"
[build]

View File

@ -2,8 +2,11 @@
[source]
tar = "https://github.com/alacritty/alacritty/archive/refs/tags/v0.12.3.tar.gz"
[build]
template = "cargo"
template = "custom"
dependencies = [
"freetype2",
"fontconfig",
]
script = """
cookbook_cargo_packages alacritty
"""