Skip to content

Commit

Permalink
modified: sdl3_nim version
Browse files Browse the repository at this point in the history
  • Loading branch information
dinau committed Dec 30, 2024
1 parent 29f8369 commit 9894e69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ Properly edit the version info etc in `imguin.nimble` file, then

| ImGui/CImGui Ver. | ImGuin Ver. | Date | WindowsOS | Linux Mint 22 | Debian<br> Bookworm (1) |
| :--------------: | --------- | :----: | :---: | :---: | :---: |
| 1.91.6dock | 1.91.6.6 | 2024/12 | OK | OK | - |
| 1.91.6dock | 1.91.6.7 | 2024/12 | OK | OK | - |
| 1.91.5dock | - | - | - | - | - |
| 1.91.4dock | 1.91.4.2 | 2024/12 | OK | OK | - |
| 1.91.3dock | 1.91.3.1 | 2024/10 | OK | (7) | - |
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.6"
version = "1.91.6.7"
author = "dinau"
description = "Imguin: ImGui / ImPlot / ImNodes wrapper using Futhark"
license = "MIT"
Expand All @@ -18,7 +18,7 @@ requires "sdl2_nim == 2.0.14.3"
requires "tinydialogs == 1.1.0"
requires "stb_image == 2.5"
requires "glfw == 3.4.0.4"
requires "https://github.com/dinau/sdl3_nim"
requires "https://github.com/dinau/sdl3_nim >= 0.6"

let TARGET = "imguin"
let Opts =""
Expand Down

0 comments on commit 9894e69

Please sign in to comment.