aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spout2/vcpkg.json
blob: f43102f01fcb19aaed114e4ef94cb045526fd391 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "spout2",
  "version-string": "2.007.010",
  "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."
    }
  }
}