2021-03-02 00:40:09 +08:00
|
|
|
{
|
|
|
|
"name": "imgui",
|
2023-01-10 02:35:36 +08:00
|
|
|
"version": "1.89.2",
|
2021-03-02 00:40:09 +08:00
|
|
|
"description": "Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.",
|
|
|
|
"homepage": "https://github.com/ocornut/imgui",
|
2022-02-15 09:00:10 +08:00
|
|
|
"license": "MIT",
|
2021-10-14 05:47:17 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2021-03-02 00:40:09 +08:00
|
|
|
"features": {
|
|
|
|
"allegro5-binding": {
|
|
|
|
"description": "Make available Allegro5 binding",
|
|
|
|
"dependencies": [
|
|
|
|
"allegro5"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"docking-experimental": {
|
|
|
|
"description": "Build with docking support"
|
|
|
|
},
|
|
|
|
"dx10-binding": {
|
2022-06-01 07:00:00 +08:00
|
|
|
"description": "Make available DirectX10 binding",
|
|
|
|
"supports": "windows & !uwp"
|
2021-03-02 00:40:09 +08:00
|
|
|
},
|
|
|
|
"dx11-binding": {
|
2022-06-01 07:00:00 +08:00
|
|
|
"description": "Make available DirectX11 binding",
|
|
|
|
"supports": "windows & !uwp"
|
2021-03-02 00:40:09 +08:00
|
|
|
},
|
|
|
|
"dx12-binding": {
|
2022-06-01 07:00:00 +08:00
|
|
|
"description": "Make available DirectX12 binding",
|
|
|
|
"supports": "!x86 & windows & !uwp"
|
2021-03-02 00:40:09 +08:00
|
|
|
},
|
|
|
|
"dx9-binding": {
|
2022-06-01 07:00:00 +08:00
|
|
|
"description": "Make available DirectX9 binding",
|
|
|
|
"supports": "windows & !uwp"
|
2021-03-02 00:40:09 +08:00
|
|
|
},
|
|
|
|
"freetype": {
|
|
|
|
"description": "Build font atlases using FreeType instead of stb_truetype",
|
|
|
|
"dependencies": [
|
|
|
|
"freetype"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"glfw-binding": {
|
|
|
|
"description": "Make available GLFW binding",
|
|
|
|
"dependencies": [
|
|
|
|
"glfw3"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"glut-binding": {
|
|
|
|
"description": "Make available Glut binding",
|
|
|
|
"dependencies": [
|
|
|
|
"freeglut"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"libigl-imgui": {
|
|
|
|
"description": "Install the libigl-imgui headers"
|
|
|
|
},
|
|
|
|
"metal-binding": {
|
2022-06-01 07:00:00 +08:00
|
|
|
"description": "Make available Metal binding",
|
|
|
|
"supports": "osx"
|
2021-03-02 00:40:09 +08:00
|
|
|
},
|
|
|
|
"opengl2-binding": {
|
|
|
|
"description": "Make available OpenGL (legacy) binding"
|
|
|
|
},
|
2021-08-25 07:28:54 +08:00
|
|
|
"opengl3-binding": {
|
|
|
|
"description": "Make available OpenGL3/ES/ES2 (modern) binding"
|
2021-03-02 00:40:09 +08:00
|
|
|
},
|
|
|
|
"osx-binding": {
|
2022-06-01 07:00:00 +08:00
|
|
|
"description": "Make available OSX binding",
|
|
|
|
"supports": "osx"
|
2021-03-02 00:40:09 +08:00
|
|
|
},
|
|
|
|
"sdl2-binding": {
|
|
|
|
"description": "Make available SDL2 binding",
|
|
|
|
"dependencies": [
|
|
|
|
"sdl2"
|
|
|
|
]
|
|
|
|
},
|
2021-10-14 05:47:17 +08:00
|
|
|
"sdl2-renderer-binding": {
|
|
|
|
"description": "Make available SDL2 Renderer binding",
|
|
|
|
"dependencies": [
|
|
|
|
"sdl2"
|
|
|
|
]
|
|
|
|
},
|
2021-03-02 00:40:09 +08:00
|
|
|
"vulkan-binding": {
|
|
|
|
"description": "Make available Vulkan binding",
|
|
|
|
"dependencies": [
|
|
|
|
"vulkan"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"wchar32": {
|
|
|
|
"description": "Use WCHAR32 instead of WCHAR16"
|
|
|
|
},
|
|
|
|
"win32-binding": {
|
2022-11-29 07:46:08 +08:00
|
|
|
"description": "Make available Win32 binding",
|
|
|
|
"supports": "windows"
|
2021-03-02 00:40:09 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|