mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 01:18:24 -05:00
14 lines
304 B
JSON
Executable File
14 lines
304 B
JSON
Executable File
{
|
|
"name": "libdshowcapture",
|
|
"version": "0.6.0",
|
|
"port-version": 3,
|
|
"description": "Free and Open Source C++11 Library for capturing DirectShow video/audio devices on windows.",
|
|
"supports": "windows & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|