blob: 76119181b148b270ed5e3864a771c3b4bf108bb6 (
plain)
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
|
Name: collada-types
Version: 0.3
Synopsis: Data exchange between graphic applications
Description: Collada is the standard graphics format for data exchange between 3d tools. As well as the file format also its representation as an algebraic data type could be used to make libraries more composable. Please propose changes.
category: graphics
License: BSD3
License-file: LICENSE
Author: Tillmann Vogt
Maintainer: tillk.vogt@googlemail.com
Build-Type: Simple
Cabal-Version: >=1.6
Library
hs-source-dirs: src
build-depends:
base ==4.*,
containers,
OpenGL >= 2.2.3.0,
enumerable,
tuple-gen,
vector,
tuple
exposed-modules:
Graphics.Formats.Collada.ColladaTypes
Graphics.Formats.Collada.GenerateObjects
Graphics.Formats.Collada.Transformations
Graphics.Formats.Collada.Vector2D3D
|