keid-ui-dearimgui 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+14/−10 lines, 3 filesdep −cryptohash-md5dep −derive-storabledep −derive-storable-plugin
Dependencies removed: cryptohash-md5, derive-storable, derive-storable-plugin, foldl, geomancy, neat-interpolation, tagged, zstd
Files
- ChangeLog.md +7/−1
- keid-ui-dearimgui.cabal +1/−9
- src/Render/ImGui.hs +6/−0
ChangeLog.md view
@@ -1,3 +1,9 @@ # Changelog for keid-dearimgui -## Unreleased changes+## 0.1.0.1++- Removed unused deps.++## 0.1.0.0++Initial import.
keid-ui-dearimgui.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: keid-ui-dearimgui-version: 0.1.0.0+version: 0.1.0.1 synopsis: DearImGui elements for Keid engine. category: Game Engine author: IC Rainbow@@ -93,21 +93,13 @@ , base >=4.7 && <5 , binary , bytestring- , cryptohash-md5 , dear-imgui- , derive-storable- , derive-storable-plugin- , foldl- , geomancy , keid-core- , neat-interpolation , resourcet , rio >=0.1.12.0 , rio-app- , tagged , unliftio , vector , vulkan , vulkan-utils- , zstd default-language: Haskell2010
src/Render/ImGui.hs view
@@ -144,6 +144,12 @@ , Vk.DESCRIPTOR_TYPE_INPUT_ATTACHMENT ] +{- | Initialize context to serve the draws in the current render loop.++You will need to trigger callbacks from DearImGui.GLFW if you're opting out of them here.++DearImgui will run your previously installed GLFW callbacks.+-} beforeLoop :: Bool -> StageRIO st () beforeLoop installCallbacks = do logDebug "Setting up ImGui"