mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-30 00:28:44 +08:00
14 lines
260 B
TOML
14 lines
260 B
TOML
#TODO port to Orbital
|
|
[source]
|
|
git = "https://github.com/alacritty/alacritty"
|
|
rev = "5efb0690a3174dd4e21516bda59f74f3aa8ba3e3"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"freetype2",
|
|
"fontconfig",
|
|
]
|
|
script = """
|
|
cookbook_cargo_packages alacritty
|
|
"""
|