Skip to content

Commit

Permalink
Set proper sdl2 min bound
Browse files Browse the repository at this point in the history
This change prevents building against sdl2 version 1 which
does not have the necessary exposed modules.
  • Loading branch information
TristanCacqueray committed May 11, 2024
1 parent 1b40bc1 commit 444dcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dear-imgui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ library
exposed-modules:
DearImGui.SDL
build-depends:
sdl2
sdl2 >= 2
cxx-sources:
imgui/backends/imgui_impl_sdl2.cpp

Expand Down

0 comments on commit 444dcd9

Please sign in to comment.