blob: 2a3fe7efacc787c2e3caf97adae3225b2e82157d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "dxcam-cpp",
"version": "0.2.4",
"maintainers": "Fidel Yin <fidel.yin@hotmail.com>",
"description": "A high performance screen capturing library for Windows rewriting DXcam in C++.",
"homepage": "https://github.com/Fidelxyz/DXCam-CPP",
"documentation": "https://dxcam-cpp.readthedocs.io/en/latest/",
"license": "MIT",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "opencv4",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|