Skip to content

Update imgui to 1.82-docking #372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ hunter_default_version(ice VERSION 1.0.9)
hunter_default_version(icu-le-hb VERSION 1.0.3-231788a-p0)
hunter_default_version(icu-lx VERSION 63.1-p1)
hunter_default_version(imagequant VERSION 2.12.2-p0)
hunter_default_version(imgui VERSION 1.70.p0)
hunter_default_version(imgui VERSION 1.82-hunter-dock)
hunter_default_version(imshow VERSION 1.0.0-p0)
hunter_default_version(inja VERSION 0.1.1)
hunter_default_version(inputproto VERSION 2.3)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/imgui/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ include(hunter_download)
include(hunter_pick_scheme)

# List of versions here...
hunter_add_version(
PACKAGE_NAME
imgui
VERSION
"1.82-hunter-dock"
URL
"https://github.com/InfiniBrains/imgui/archive/v1.82-hunter-dock.tar.gz"
SHA1
50605b188a34566695c3ff5ac7a7e907138e7b5e
)

hunter_add_version(
PACKAGE_NAME
imgui
Expand Down