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 b1bb583 commit 5ec8d47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.12"
version = "1.91.6.13"
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.6"
requires "https://github.com/dinau/sdl3_nim == 0.7"
requires "nimgl == 1.3.2"
requires "sdl2_nim == 2.0.14.3"
requires "stb_image == 2.5"
Expand Down
2 changes: 1 addition & 1 deletion src/imguin/impl_sdl3.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import std/[os,strutils]
import sdl3_nim

const SDL_VERSION = "SDL3-3.1.6"
const SDL_VERSION = "SDL3-3.1.8"

proc currentSourceDir(): string {.compileTime.} =
result = currentSourcePath().replace("\\", "/")
Expand Down

0 comments on commit 5ec8d47

Please sign in to comment.