-
Notifications
You must be signed in to change notification settings - Fork 4
/
vcpkg.json
40 lines (39 loc) · 822 Bytes
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "photobroom",
"version-string": "1.7.0",
"port-version": 1,
"homepage": "https://github.com/Kicer86/photobroom",
"description": "Photo Broom is a tool for managing your photos.",
"dependencies": [
{
"name": "dlib",
"default-features": false,
"features": [ "fftw3" ]
},
{
"name": "opencv4",
"default-features": false,
"features": [ "contrib" ]
},
{
"name": "ffmpeg",
"default-features": false,
"features": [ "avcodec", "avformat" ]
},
"boost-multi-index",
"exiv2",
"jsoncpp",
"libguarded",
"libwebp",
"qtbase",
"qtsvg",
{
"name": "qttools",
"default-features": false,
"features": [ "linguist", "qml" ]
},
"qtdeclarative",
"qtmultimedia",
"qtquick3d"
]
}