vcpkg/ports/spout2/vcpkg.json
reito b12243bd33
[Spout2] New Port (#30119)
* Add Spout2

* Add Spout2

* Disable UWP

* Fixup

* Disable ARM64

* Disable ARM64

* Fix cmake config

* Explain dx feature

* Fix

* vcpkg_check_features

* FEATURE_OPTIONS

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
2023-03-15 10:48:09 -07:00

24 lines
628 B
JSON

{
"name": "spout2",
"version-string": "2.007.009",
"description": "Spout is a video frame sharing system for Microsoft Windows, which allows applications to share OpenGL textures in a similar way to Syphon for the Mac.",
"homepage": "https://github.com/leadedge/Spout2",
"supports": "windows & !uwp & !arm64",
"dependencies": [
"opengl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"dx": {
"description": "A sub-set of the Spout SDK for applications using DirectX rather than OpenGL."
}
}
}