-
Notifications
You must be signed in to change notification settings - Fork 1
/
FTGL-bytestring.cabal
35 lines (32 loc) · 1.15 KB
/
FTGL-bytestring.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Name: FTGL-bytestring
Version: 2.0
Cabal-Version: >= 1.10
License: BSD3
License-File: LICENSE
Author: J.R. Heard, HIROKI,HATTORI
Maintainer: HIROKI,HATTORI <seagull.kamome@gmail.com>
Category: Graphics
Description:
A Haskell binding for the portable TrueType to OpenGL font rendering library FTGL.
This package provides OpenGL with polygonal, texture mapped, and extruded fonts using
Freetype2 and any truetype font.
Synopsis: Portable TrueType font rendering for OpenGL using the Freetype2 library
Build-Type: Simple
source-repository head
type: git
location: git@github.com:seagull-kamome/haskell-FTGL.git
Library
Build-Depends: base >= 3 && < 5,
bytestring >= 0.10,
transformers >= 0.3,
StateVar-transformer >= 1.0.0
Exposed-Modules: Graphics.Rendering.FTGL
extra-libraries: ftgl
ghc-options: -Wall
default-language: Haskell2010
Executable ex1
Build-Depends: base >= 3 && <5, text >= 0.11, FTGL-bytestring, OpenGL, GLFW-b
main-is: ex1.hs
hs-source-dirs: examples
ghc-options: -Wall
default-language: Haskell2010