aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-3d/vcpkg.json
blob: 849d168134047cf054d8c4cfea355b3b7acedb77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "qt5-3d",
  "version": "5.15.18",
  "description": "Qt 3D provides functionality for near-realtime simulation systems with support for 2D and 3D rendering in both Qt C++ and Qt Quick applications.",
  "license": null,
  "dependencies": [
    "assimp",
    {
      "name": "qt5-base",
      "default-features": false
    },
    "qt5-declarative",
    "qt5-gamepad",
    "qt5-imageformats",
    {
      "name": "vcpkg-pkgconfig-get-modules",
      "host": true
    }
  ]
}