mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
10 lines
264 B
TOML
10 lines
264 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/steveire/grantlee#installation
|
|
[source]
|
|
tar = "https://github.com/steveire/grantlee/releases/download/v5.3.1/grantlee-5.3.1.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"qt5-base",
|
|
]
|