Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

16 lines
316 B
JSON

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