mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
10 lines
205 B
TOML
10 lines
205 B
TOML
#TODO missing script for CMake, see https://github.com/arximboldi/lager#usage
|
|
[source]
|
|
git = "https://github.com/arximboldi/lager"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"libzug",
|
|
"boost",
|
|
]
|