cabal-version: 2.2 name: gl3w version: 0.1.0 synopsis: Haskell bindings for the gl3w library. description: Haskell bindings for the [gl3w](https://github.com/skaslev/gl3w) library. homepage: https://github.com/sighingnow/imgui-haskell/tree/master/imgui#readme author: HE, Tao maintainer: sighingnow@gmail.com copyright: (c) 2021 HE, Tao category: Graphics build-type: Simple license: MIT license-file: LICENSE extra-source-files: README.md LICENSE cbits/gl3w.c include/GL/gl3w.h include/GL/glcorearb.h include/KHR/khrplatform.h source-repository head type: git location: https://github.com/sighingnow/imgui-haskell.git library hs-source-dirs: src exposed-modules: Graphics.UI.GL3W default-language: Haskell2010 build-depends: base >= 4.7 && < 5 c-sources: cbits/gl3w.c include-dirs: include/