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 12, 2025
1 parent f0563ad commit 746a306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ Showing ImGui demo with ImPlot demo.

Showing ImGui demo with ImPlot3D demo. WIP

![alt](https://github.com/dinau/imguin_examples/raw/main/src/img/implot3d1.png)
![alt](https://github.com/dinau/imguin_examples/raw/main/src/img/implot3d2.png)
![alt](img/implot3d1.png)
![alt](img/implot3d2.png)

- Build

Expand Down
2 changes: 1 addition & 1 deletion imguin_examples.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ skipDirs = @[""]

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

0 comments on commit 746a306

Please sign in to comment.