mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:51:48 +08:00
19 lines
300 B
JSON
19 lines
300 B
JSON
{
|
|
"name": "milerius-sfml-imgui",
|
|
"version": "1.1",
|
|
"port-version": 4,
|
|
"description": "imgui dll for sfml usage",
|
|
"dependencies": [
|
|
"imgui",
|
|
"sfml",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|