mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
11 lines
289 B
TOML
11 lines
289 B
TOML
#TODO missing script for CMake, see https://docs.openspaceproject.com/en/latest/dev/compiling/index.html#
|
|
[source]
|
|
git = "https://github.com/OpenSpace/OpenSpace"
|
|
rev = "b3681167a3b95d49ac7aa7d06b07cbd88c687e9a"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"qt6-base",
|
|
"libgdal",
|
|
]
|