mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-10 21:48:53 +08:00
13 lines
310 B
TOML
13 lines
310 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://invent.kde.org/graphics/libkdcraw/-/blob/master/README?ref_type=heads
|
|
[source]
|
|
git = "https://invent.kde.org/graphics/libkdcraw"
|
|
branch = "release/25.12"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"libraw",
|
|
"qt5-base",
|
|
]
|