mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-11 23:49:01 +08:00
13 lines
248 B
JSON
13 lines
248 B
JSON
|
{
|
||
|
"name": "imgui-sfml",
|
||
|
"version-string": "2.1",
|
||
|
"port-version": 3,
|
||
|
"description": "ImGui binding for use with SFML",
|
||
|
"homepage": "https://github.com/eliasdaler/imgui-sfml",
|
||
|
"dependencies": [
|
||
|
"imgui",
|
||
|
"opengl",
|
||
|
"sfml"
|
||
|
]
|
||
|
}
|