mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:39:00 +08:00
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"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|