mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-06 19:48:43 +08:00
12 lines
297 B
TOML
12 lines
297 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/lensfun/lensfun?tab=readme-ov-file#build-instructions
|
|
[source]
|
|
git = "https://github.com/lensfun/lensfun"
|
|
rev = "35b19fb38e7250ea646709ef9e528d54a6a79648"
|
|
[build]
|
|
template = "cmake"
|
|
dependencies = [
|
|
"glib",
|
|
"libpng",
|
|
]
|