mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
11 lines
298 B
TOML
11 lines
298 B
TOML
#TODO missing script for "just" and require Go, see https://github.com/hwittenborn/celeste/blob/develop/BUILDING.md
|
|
[source]
|
|
git = "https://github.com/hwittenborn/celeste"
|
|
rev = "2ea8dc00ed001d045792e974b46264d920090606"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"gtk4",
|
|
"libadwaita",
|
|
]
|