fwgl-glfw-0.1.0.5: fwgl-glfw.cabal
name: fwgl-glfw
version: 0.1.0.5
synopsis: FWGL GLFW backend
description: FWGL GLFW backend.
homepage: https://github.com/ziocroc/FWGL
stability: experimental
license: BSD3
license-file: LICENSE
author: Luca "ziocroc" Prezzavento
maintainer: ziocroc@gmail.com
category: Game, Game Engine
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: FWGL.Backend.GLFW.GL20
other-modules: FWGL.Backend.OpenGL.Common, FWGL.Backend.GLFW.Common, FWGL.Backend.OpenGL.GL20
other-extensions: NullaryTypeClasses, TypeFamilies, MultiParamTypeClasses
build-depends: fwgl > 0.1.2.0 && <0.2, base >=4.7 && <4.9, Yampa >=0.9 && <0.10, hashable >=1.2 && <1.3, unordered-containers >=0.2 && <0.3, vector >=0.10 && <0.11, transformers, gl >=0.6, JuicyPixels >=3.2 && <3.3, GLFW-b >=1.4 && <1.5
hs-source-dirs: .
default-language: Haskell2010