mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Path manipulation tools and a corresponding gif example.
This commit is contained in:
parent
816c1d8d7e
commit
dea31c166b
6 changed files with 312 additions and 31 deletions
|
|
@ -25,7 +25,7 @@ library
|
|||
other-modules: Reanimate.Misc
|
||||
build-depends: base >=4.12 && <4.13,
|
||||
lucid-svg, time, text, unix, lucid, filepath, process, directory,
|
||||
containers, svg-tree, xml, bytestring, lens
|
||||
containers, svg-tree, xml, bytestring, lens, linear, mtl
|
||||
|
||||
executable reanimate-viewer
|
||||
main-is: SvgViewer.hs
|
||||
|
|
@ -40,6 +40,6 @@ executable reanimate-viewer
|
|||
build-depends: base >=4.12 && <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
|
||||
bytestring, lens, linear, mtl
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
|
|
|
|||
Loading…
Reference in a new issue