packages feed

gelatin-shaders-0.1.0.0: gelatin-shaders.cabal

name:                gelatin-shaders
version:             0.1.0.0
synopsis:            Gelatin's OpenGL shaders.
description:         Gelatin's OpenGL shaders. Please see README.md
homepage:            https://github.com/schell/gelatin-shaders#readme
license:             BSD3
license-file:        LICENSE
author:              Schell Scivally
maintainer:          schell@zyghost.com
copyright:           Schell Scivally
category:            Web
build-type:          Simple
cabal-version:       >=1.10
data-files:          shaders/*.frag,
                     shaders/*.vert
stability:           experimental

library
  hs-source-dirs:      src
  exposed-modules:     Gelatin.Shaders.Common
                     , Gelatin.Shaders.Simple2D
                     , Gelatin.Shaders.TypeLevel
                     , Gelatin.Shaders
  other-modules:       Paths_gelatin_shaders
  build-depends:       base                  >=4.8  && <4.11
                     , gelatin               >=0.1  && <0.2
                     , bytestring            >=0.10 && <0.11
                     , filepath              >=1.4  && <1.5
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/schell/gelatin-shaders