Skip to content

Commit c2fe611

Browse files
authored
Merge pull request #18 from aplavin/update-1.92.8
Update for ImGui 1.92.8 / ImPlot 1.0
2 parents 72ec1b0 + 83794cb commit c2fe611

7 files changed

Lines changed: 678 additions & 632 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1313

1414
[compat]
1515
CEnum = "0.5.0"
16-
CImGui = "7"
17-
CImGuiPack_jll = "0.11"
16+
CImGui = "8"
17+
CImGuiPack_jll = "0.12.1"
1818
DocStringExtensions = "0.9.3"
1919
ScopedValues = "1.2.1"
2020
Test = "1"

docs/src/_changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ CurrentModule = ImGuiTestEngine
77
This documents notable changes in ImGuiTestEngine.jl. The format is based on
88
[Keep a Changelog](https://keepachangelog.com).
99

10+
## [Unreleased]
11+
12+
### Changed
13+
- Updated for ImGui 1.92.8 / ImPlot 1.0 ([#18]).
14+
1015
## [v1.0.3] - 2026-01-05
1116

1217
### Changed

0 commit comments

Comments
 (0)