vcpkg/ports/imgui/CONTROL

13 lines
451 B
Plaintext
Raw Normal View History

2017-10-09 12:48:44 +02:00
Source: imgui
2020-06-23 22:56:15 +02:00
Version: 1.76-2
Homepage: https://github.com/ocornut/imgui
2017-10-09 12:48:44 +02:00
Description: Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies.
2019-10-15 00:43:25 -07:00
Feature: bindings
Description: make available bindings header and source files for supported implementations
2020-06-23 22:56:15 +02:00
Build-Depends: glfw3, freeglut, opengl, sdl2, allegro5
Feature: freetype
Description: Build font atlases using FreeType instead of stb_truetype
Build-Depends: freetype