Add bezier example.

This commit is contained in:
David 2019-02-15 19:52:27 +01:00
commit 0f118c4899
5 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