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

Relax MonadUnliftIO constraint on vulkanInit #65

Closed sheaf closed 3 years ago

sheaf commented 3 years ago

This allows users to manually call vulkanInit and vulkanShutdown in more general contexts, e.g. when they have their own custom monads which aren't instances of MonadUnliftIO.