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" ] } ] }