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 463de9a commit b1bb583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imguin.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ skipDirs = @["src/img"
# Dependencies

requires "nim >= 2.0.14"
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 b1bb583

Please sign in to comment.