haskell-game / dear-imgui.hs

Haskell bindings to Dear ImGui, an immediate mode GUI toolkit
BSD 3-Clause "New" or "Revised" License
142 stars 31 forks source link

Update all flags to allow setting them manually #64

Closed sheaf closed 3 years ago

sheaf commented 3 years ago

This doesn't mean they will be on by default, this means they can be turned off manually instead of cabal deciding to turn them off itself.

TristanCacqueray commented 3 years ago

My bad I misread, thanks, that looks good to me :-)

dpwiz commented 3 years ago

If I understood its docs correctly, that means cabal wouldn't flip them either way when trying to solve dependencies.