glfw-group 0.1.0.4 → 0.1.0.5
raw patch · 2 files changed
+10/−4 lines, 2 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Graphics.UI.GlfwG: data () => Error
Files
- glfw-group.cabal +1/−1
- src/Graphics/UI/GlfwG.hs +9/−3
glfw-group.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: glfw-group-version: 0.1.0.4+version: 0.1.0.5 synopsis: GLFW package with window groups destroyed together description: Please see the README on GitHub at <https://github.com/YoshikuniJujo/glfw-group#readme> category: Graphics
src/Graphics/UI/GlfwG.hs view
@@ -7,11 +7,17 @@ module Graphics.UI.GlfwG ( - init, setErrorCallback, ErrorCallback, ErrorMessage,+ -- * INIT AND ERROR - GlfwB.vulkanSupported, getRequiredInstanceExtensions,+ init, setErrorCallback, ErrorCallback, GlfwB.Error, ErrorMessage, - GlfwB.pollEvents, GlfwB.waitEvents+ -- * EVENT++ GlfwB.pollEvents, GlfwB.waitEvents,++ -- * VULKAN++ GlfwB.vulkanSupported, getRequiredInstanceExtensions, ) where