Skip to content

Commit d819410

Browse files
Set proper sdl2 min bound (#204)
This change prevents building against sdl2 version 1 which does not have the necessary exposed modules.
1 parent 6569b44 commit d819410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dear-imgui.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ library
252252
exposed-modules:
253253
DearImGui.SDL
254254
build-depends:
255-
sdl2
255+
sdl2 >= 2
256256
cxx-sources:
257257
imgui/backends/imgui_impl_sdl2.cpp
258258

0 commit comments

Comments
 (0)