Add bezier example.

Former-commit-id: 98875ca4469a7a9846dce396318d59540fd67210
This commit is contained in:
David 2019-02-15 19:52:27 +01:00
commit 41c3879f9e
4 changed files with 52 additions and 1 deletions

View file

@ -32,8 +32,9 @@ executable reanimate-viewer
Reanimate.Render
Reanimate.Examples
Reanimate.Combinators
Reanimate.LaTeX
build-depends: base >=4.12 && <4.13, cairo >=0.13 && <0.14, gtk,
svgcairo, lucid-svg, time, text, unix, lucid, reanimate,
filepath, process, directory
filepath, process, directory, containers
hs-source-dirs: src
default-language: Haskell2010