ci: fix vcpkg commit hash, add vcpkg.json manifest
Some checks are pending
Windows Build / Windows x64 (MSVC + vcpkg) (push) Waiting to run

- Use valid vcpkg commit hash (4b77da7)
- Add vcpkg.json for manifest-mode dependency management

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Christoph K.
2026-03-15 10:14:05 +01:00
parent be4226083a
commit 37f51c6240
2 changed files with 19 additions and 11 deletions

12
vcpkg.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "negative-converter",
"version": "0.1.0",
"dependencies": [
"opencv4",
"libraw",
{
"name": "qt",
"features": []
}
]
}