Skip to content

Commit

Permalink
fixed: SDL3 compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
dinau committed Jan 13, 2025
1 parent 5ec8d47 commit b423c0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Library name / C lang. wrapper
- [x] [ImGui-Knobs](https://github.com/altschuler/imgui-knobs) / [CImGui-Knobs](https://github.com/dinau/imguin/tree/main/src/imguin/private/cimgui-knobs)
- [x] [ImGuiFileDialog](https://github.com/aiekick/ImGuiFileDialog) / [CImGuiFileDialog](https://github.com/dinau/CImGuiFileDialog)
- [x] [ImGui_Toggle](https://github.com/cmdwtf/imgui_toggle) / [CimGui_Toggle](https://github.com/dinau/cimgui_toggle)
- [x] [ImPlot3d](https://github.com/brenocq/implot3d) / [CImPlot3d](https://github.com/cimgui/cimplot3d) WIP
- [x] [ImGui_Markdown](https://github.com/enkisoftware/imgui_markdown) WIP
- [ ] [ImGuiColorTextEdit](https://github.com/BalazsJako/ImGuiColorTextEdit) / [cimCTE](https://github.com/cimgui/cimCTE)
- [ ] [ImPlot3d](https://github.com/brenocq/implot3d) / [CImPlot3d](https://github.com/cimgui/cimplot3d)
- [ ] [ImGui_Markdown](https://github.com/enkisoftware/imgui_markdown)

#### Frontends and Backends

Expand Down Expand Up @@ -171,7 +171,7 @@ Windows OS is all OK.

| ImGui/CImGui Ver. | ImGuin Ver. | Date | Linux Debian Family (3) |
| :--------------: | --------- | :----: | :---: |
| 1.91.6dock | 1.91.6.12 | 2025/01 | ? |
| 1.91.6dock | 1.91.6.14 | 2025/01 | ? |
| 1.91.4dock | 1.91.4.2 | 2024/12 | OK |
| 1.91.3dock | 1.91.3.1 | 2024/10 | ? |
| 1.91.2dock | 1.91.2.0 | 2024/10 | ? |
Expand Down
4 changes: 2 additions & 2 deletions imguin.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "1.91.6.13"
version = "1.91.6.14"
author = "dinau"
description = "Imguin: ImGui / ImPlot / ImNodes wrapper using Futhark"
license = "MIT"
Expand All @@ -15,7 +15,7 @@ skipDirs = @["src/img"
# Dependencies

requires "nim >= 2.0.14"
requires "https://github.com/dinau/sdl3_nim == 0.7"
requires "https://github.com/dinau/sdl3_nim == 0.8"
requires "nimgl == 1.3.2"
requires "sdl2_nim == 2.0.14.3"
requires "stb_image == 2.5"
Expand Down

0 comments on commit b423c0e

Please sign in to comment.