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