mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 02:09:00 +08:00
b046c27e1d
* [imgui] Add Freetype feature * [imgui] Update to 1.77 https://github.com/ocornut/imgui/releases/tag/v1.77 * [imgui] Fix INSTALL_INTERFACE path case
13 lines
449 B
Plaintext
13 lines
449 B
Plaintext
Source: imgui
|
|
Version: 1.77
|
|
Homepage: https://github.com/ocornut/imgui
|
|
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
|
|
|
|
Feature: bindings
|
|
Description: make available bindings header and source files for supported implementations
|
|
Build-Depends: glfw3, freeglut, opengl, sdl2, allegro5
|
|
|
|
Feature: freetype
|
|
Description: Build font atlases using FreeType instead of stb_truetype
|
|
Build-Depends: freetype
|