-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGPipe-TextureLoad.cabal
More file actions
25 lines (22 loc) · 911 Bytes
/
GPipe-TextureLoad.cabal
File metadata and controls
25 lines (22 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: GPipe-TextureLoad
version: 1.0.5
cabal-version: >= 1.18
build-type: Simple
license: BSD3
copyright: Tobias Bexelius
maintainer: Tobias Bexelius
stability: Experimental
homepage: http://www.haskell.org/haskellwiki/GPipe
synopsis: Load GPipe textures from filesystem
description: The functions of this package helps loading GPipe textures from file. It is based on the stb-image package, and supports subsets of the JPG, PNG, TGA, BMP and PSD formats.
category: Graphics
author: Tobias Bexelius
Library
build-depends:
base >= 4.7 && <5,
stb-image >=0.2.1 && < 0.3,
GPipe >= 1.4.5,
bitmap
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Graphics.GPipe.Texture.Load