summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--upstream/.collada-types27
1 files changed, 0 insertions, 27 deletions
diff --git a/upstream/.collada-types b/upstream/.collada-types
deleted file mode 100644
index 7611918..0000000
--- a/upstream/.collada-types
+++ /dev/null
@@ -1,27 +0,0 @@
1Name: collada-types
2Version: 0.3
3Synopsis: Data exchange between graphic applications
4Description: 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.
5category: graphics
6License: BSD3
7License-file: LICENSE
8Author: Tillmann Vogt
9Maintainer: tillk.vogt@googlemail.com
10Build-Type: Simple
11Cabal-Version: >=1.6
12
13Library
14 hs-source-dirs: src
15 build-depends:
16 base ==4.*,
17 containers,
18 OpenGL >= 2.2.3.0,
19 enumerable,
20 tuple-gen,
21 vector,
22 tuple
23 exposed-modules:
24 Graphics.Formats.Collada.ColladaTypes
25 Graphics.Formats.Collada.GenerateObjects
26 Graphics.Formats.Collada.Transformations
27 Graphics.Formats.Collada.Vector2D3D