File: control

package info (click to toggle)
imgui 1.81%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,240 kB
  • sloc: cpp: 43,920; makefile: 501; sh: 2
file content (42 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: imgui
Section: libs
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 pkg-config,
 libstb-dev,
 libfreetype-dev,
 liballegro5-dev,
 libglfw3-dev,
 freeglut3-dev,
 libglew-dev,
 libsdl2-dev,
 libvulkan-dev,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/ocornut/imgui
Vcs-Git: https://salsa.debian.org/yangfl-guest/imgui.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/imgui

Package: libimgui-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libstb-dev,
 ${misc:Depends},
Suggests:
 liballegro5-dev,
 libglfw3-dev,
 freeglut3-dev,
 libglew-dev,
 libsdl2-dev,
 libvulkan-dev,
Description: Bloat-free Immediate Mode Graphical User interface for C++
 Dear ImGui is a bloat-free graphical user interface library for C++. It outputs
 optimized vertex buffers that you can render anytime in your 3D-pipeline
 enabled application. It is fast, portable, renderer agnostic and self-contained
 (no external dependencies).
 .
 This package contains the development files.