aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/scenepic/vcpkg.json
blob: df86cc9749804a1b0c1277dc1241b4b6d53ce3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "scenepic",
  "version": "1.1.1",
  "description": "A Powerful, easy to use, and portable visualization toolkit for mixed 3D and 2D content",
  "homepage": "https://microsoft.github.io/scenepic/",
  "license": "MIT",
  "dependencies": [
    "eigen3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}