aboutsummaryrefslogtreecommitdiff
path: root/ports/soqt/vcpkg.json
blob: 6a336879d131ae2c23e59e758e31c5743aff9db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "soqt",
  "version-string": "1.6.0",
  "port-version": 3,
  "description": "A Qt Gui-toolkit binding for Coin",
  "homepage": "https://github.com/coin3d/soqt",
  "supports": "!(arm | arm64 | uwp)",
  "dependencies": [
    "coin",
    {
      "name": "qt5-base",
      "default-features": false
    }
  ]
}