mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Work on a high-level API. Rewrite examples.
This commit is contained in:
parent
721064a73a
commit
7f9b3f1da2
7 changed files with 148 additions and 131 deletions
|
|
@ -27,8 +27,8 @@ library
|
|||
Reanimate.Svg.NamedColors
|
||||
build-depends: base >=4.10 && <4.13,
|
||||
lucid-svg, time, text, unix, lucid, filepath, process, directory,
|
||||
containers, svg-tree, xml, bytestring, lens, linear, mtl, matrix,
|
||||
JuicyPixels
|
||||
containers, svg-tree >= 0.6.2.3, xml, bytestring, lens, linear, mtl, matrix,
|
||||
JuicyPixels, attoparsec
|
||||
|
||||
Flag gtk-viewer
|
||||
Description: Enable gtk-based viewer
|
||||
|
|
@ -52,7 +52,7 @@ executable reanimate-viewer
|
|||
Reanimate.Svg.NamedColors
|
||||
build-depends: base >=4.10 && <4.13, cairo >=0.13 && <0.14, gtk,
|
||||
svgcairo, lucid-svg, time, text, unix, lucid, reanimate,
|
||||
filepath, process, directory, containers, svg-tree, xml,
|
||||
bytestring, lens, linear, mtl, matrix,JuicyPixels
|
||||
filepath, process, directory, containers, svg-tree >= 0.6.2.3, xml,
|
||||
bytestring, lens, linear, mtl, matrix,JuicyPixels, attoparsec
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
|
|
|||
Loading…
Reference in a new issue