This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
obj-model-opengl/obj-model-opengl.cabal

17 lines
585 B
Text
Raw Permalink Normal View History

name: obj-model-opengl
2010-04-12 02:21:11 +02:00
version: 0.1
synopsis: OBJ model file loader OpenGL interaction
2010-04-12 02:21:11 +02:00
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.OpenGL
2010-04-12 02:21:11 +02:00
hs-source-dirs: src