mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
Update TODOs and fix alacritty
This commit is contained in:
parent
720a31af18
commit
6a1a5958a5
@ -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]
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user