17 lines
570 B
Text
17 lines
570 B
Text
![]() |
name: obj-model-gl
|
||
|
version: 0.1
|
||
|
synopsis: OBJ model file loader OpenGL glue
|
||
|
description: Provides functions to prepare OBJ model data for efficient access from OpenGL
|
||
|
category: Graphics
|
||
|
license: BSD3
|
||
|
license-file: LICENSE
|
||
|
author: Matthias Schiffer
|
||
|
maintainer: matthias@gamezock.de
|
||
|
build-type: Simple
|
||
|
Cabal-Version: >=1.2
|
||
|
|
||
|
library
|
||
|
build-depends: base >= 4, obj-model, containers, mtl, OpenGL
|
||
|
exposed-modules: Data.Obj3D.GL
|
||
|
hs-source-dirs: src
|