Files
negative-converter/vcpkg.json
Christoph K. 37f51c6240
Some checks are pending
Windows Build / Windows x64 (MSVC + vcpkg) (push) Waiting to run
ci: fix vcpkg commit hash, add vcpkg.json manifest
- Use valid vcpkg commit hash (4b77da7)
- Add vcpkg.json for manifest-mode dependency management

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-15 10:14:05 +01:00

13 lines
164 B
JSON

{
"name": "negative-converter",
"version": "0.1.0",
"dependencies": [
"opencv4",
"libraw",
{
"name": "qt",
"features": []
}
]
}