ci: fix vcpkg commit hash, add vcpkg.json manifest
Some checks are pending
Windows Build / Windows x64 (MSVC + vcpkg) (push) Waiting to run
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:
12
vcpkg.json
Normal file
12
vcpkg.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "negative-converter",
|
||||
"version": "0.1.0",
|
||||
"dependencies": [
|
||||
"opencv4",
|
||||
"libraw",
|
||||
{
|
||||
"name": "qt",
|
||||
"features": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user