Skip to content

Commit

Permalink
Set proper sdl2 min bound (#204)
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 authored May 12, 2024
1 parent 6569b44 commit d819410
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 d819410

Please sign in to comment.