16 lines
316 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
}
|