aboutsummaryrefslogtreecommitdiff
path: root/ports/dxut/vcpkg.json
blob: ede994b81c61cd9b330d73a6e81d1ed4985b3986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "dxut",
  "version": "11.26",
  "description": "A \"GLUT\"-like framework for Direct3D 11.x Win32 desktop applications",
  "homepage": "https://github.com/Microsoft/DXUT",
  "documentation": "https://github.com/microsoft/DXUT/wiki",
  "license": "MIT",
  "supports": "windows & !uwp",
  "dependencies": [
    "directxmath"
  ]
}