packages feed

collada-types-0.4: collada-types.cabal

Name:               collada-types
Version:            0.4
Synopsis:           Data exchange between graphics applications
Description:        Collada is the standard graphics format for data exchange between 3d tools. Not only the file format but also its representation as an algebraic data type could be used to make libraries more composable.
category:           graphics
License:            BSD3
License-file:       LICENSE
Author:             Tillmann Vogt
Maintainer:         tillk.vogt@gmail.com
Build-Type:         Simple
Cabal-Version:    >=1.6

Library
    hs-source-dirs: src
    build-depends:
        base == 4.*,
        containers,
        OpenGL >= 2.2.3.0,
        vector,
        tuple
    exposed-modules:
        Graphics.Formats.Collada.ColladaTypes
        Graphics.Formats.Collada.GenerateObjects
        Graphics.Formats.Collada.Transformations
        Graphics.Formats.Collada.Vector2D3D