File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ Library name / C lang. wrapper
74
74
- [x] [ ImGui_Toggle] ( https://github.com/cmdwtf/imgui_toggle ) / [ CimGui_Toggle] ( https://github.com/dinau/cimgui_toggle )
75
75
- [x] [ ImPlot3d] ( https://github.com/brenocq/implot3d ) / [ CImPlot3d] ( https://github.com/cimgui/cimplot3d )
76
76
- [x] [ ImSpinner] ( https://github.com/dalerank/imspinner ) / [ CImSpinner] ( https://github.com/dinau/CImSpinner )
77
+ - [x] [ ImGuiColorTextEdit] ( https://github.com/santaclose/ImGuiColorTextEdit ) / [ cimCTE] ( https://github.com/cimgui/cimCTE ) (2025/03)
77
78
- [ ] [ ImGui_Markdown] ( https://github.com/enkisoftware/imgui_markdown ) WIP
78
79
79
80
#### Frontends and Backends
@@ -173,6 +174,7 @@ Windows OS is all OK.
173
174
174
175
| ImGui/CImGui Ver. | ImGuin Ver. | Date | Linux Debian Family (3) |
175
176
| :--------------: | --------- | :----: | :---: |
177
+ | 1.91.8dock | 1.91.8.2 | 2025/03 | OK |
176
178
| 1.91.8dock | 1.91.8.1 | 2025/02 | OK |
177
179
| 1.91.6dock | 1.91.6.15 | 2025/01 | (4) |
178
180
| 1.91.4dock | 1.91.4.2 | 2024/12 | OK |
@@ -216,7 +218,7 @@ Windows11 (main)
216
218
pacman -S mingw-w64-ucrt-x86_64-gcc
217
219
` ` `
218
220
219
- - Clang version 19 .1.6
221
+ - Clang version 20 .1.0
220
222
221
223
` ` ` sh
222
224
pacman -S mingw-w64-ucrt-x86_64-clang
Original file line number Diff line number Diff line change 1
1
# Package
2
2
3
- version = " 1.91.8.1 "
3
+ version = " 1.91.8.2 "
4
4
author = " dinau"
5
5
description = " Imguin: ImGui / ImPlot / ImNodes wrapper using Futhark"
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments