aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-imgui/vcpkg.json
blob: 316531b8177a5d6499f58b2f3a921b9db343974d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "vcpkg-ci-imgui",
  "version-date": "2024-05-17",
  "description": "Force test-engine feature of imgui within vcpkg CI",
  "homepage": "https://github.com/microsoft/vcpkg",
  "license": "MIT",
  "dependencies": [
    {
      "name": "imgui",
      "features": [
        "test-engine"
      ]
    }
  ]
}