Skip to content

Commit 67dd14f

Browse files
committedMar 14, 2025·
README.md
1 parent 088cd9a commit 67dd14f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Library name / C lang. wrapper
7474
- [x] [ImGui_Toggle](https://github.com/cmdwtf/imgui_toggle) / [CimGui_Toggle](https://github.com/dinau/cimgui_toggle)
7575
- [x] [ImPlot3d](https://github.com/brenocq/implot3d) / [CImPlot3d](https://github.com/cimgui/cimplot3d)
7676
- [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)
7778
- [ ] [ImGui_Markdown](https://github.com/enkisoftware/imgui_markdown) WIP
7879

7980
#### Frontends and Backends
@@ -173,6 +174,7 @@ Windows OS is all OK.
173174

174175
| ImGui/CImGui Ver. | ImGuin Ver. | Date | Linux Debian Family (3) |
175176
| :--------------: | --------- | :----: | :---: |
177+
| 1.91.8dock | 1.91.8.2 | 2025/03 | OK |
176178
| 1.91.8dock | 1.91.8.1 | 2025/02 | OK |
177179
| 1.91.6dock | 1.91.6.15 | 2025/01 | (4) |
178180
| 1.91.4dock | 1.91.4.2 | 2024/12 | OK |
@@ -216,7 +218,7 @@ Windows11 (main)
216218
pacman -S mingw-w64-ucrt-x86_64-gcc
217219
```
218220

219-
- Clang version 19.1.6
221+
- Clang version 20.1.0
220222

221223
```sh
222224
pacman -S mingw-w64-ucrt-x86_64-clang

‎imguin.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "1.91.8.1"
3+
version = "1.91.8.2"
44
author = "dinau"
55
description = "Imguin: ImGui / ImPlot / ImNodes wrapper using Futhark"
66
license = "MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.