Skip to content
Snippets Groups Projects
Commit 6a1a5958 authored by Ribbon's avatar Ribbon :speech_balloon:
Browse files

Update TODOs and fix alacritty

parent 720a31af
No related branches found
No related tags found
No related merge requests found
#TODO Not compiled or tested #TODO compiled but not tested (after an update on the libc crate)
[source] [source]
git = "https://github.com/Gankra/abi-cafe" git = "https://github.com/Gankra/abi-cafe"
[build] [build]
......
#TODO Not compiled or tested #TODO compiled but not tested
[source] [source]
tar = "https://github.com/kevinmatthes/aeruginous-rs/archive/refs/tags/v3.3.0.tar.gz" tar = "https://github.com/kevinmatthes/aeruginous-rs/archive/refs/tags/v3.3.0.tar.gz"
[build] [build]
......
...@@ -2,8 +2,11 @@ ...@@ -2,8 +2,11 @@
[source] [source]
tar = "https://github.com/alacritty/alacritty/archive/refs/tags/v0.12.3.tar.gz" tar = "https://github.com/alacritty/alacritty/archive/refs/tags/v0.12.3.tar.gz"
[build] [build]
template = "cargo" template = "custom"
dependencies = [ dependencies = [
"freetype2", "freetype2",
"fontconfig", "fontconfig",
] ]
script = """
cookbook_cargo_packages alacritty
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment