mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-15 10:02:45 +00:00
Add colormaps.
Former-commit-id: 615e0c7ea54b7433a95d141d6e186a2fa11369d7
This commit is contained in:
parent
ebeb2a4cd7
commit
b38b48b125
2 changed files with 199 additions and 1 deletions
|
|
@ -49,6 +49,7 @@ library
|
|||
Reanimate.Misc
|
||||
Reanimate.Morph
|
||||
Reanimate.Raster
|
||||
Reanimate.ColorMap
|
||||
other-modules: Reanimate.Svg.NamedColors
|
||||
Reanimate.Cache
|
||||
Paths_reanimate
|
||||
|
|
@ -58,7 +59,8 @@ library
|
|||
JuicyPixels, attoparsec, parallel, diagrams, diagrams-svg,
|
||||
diagrams-core, diagrams-lib, diagrams-contrib,
|
||||
svg-builder, matrices, cubicbezier, palette, websockets,
|
||||
hashable, fsnotify, open-browser, random-shuffle, base64-bytestring
|
||||
hashable, fsnotify, open-browser, random-shuffle, base64-bytestring,
|
||||
vector, colour
|
||||
|
||||
Flag server
|
||||
Description: Enable rendering server
|
||||
|
|
|
|||
Loading…
Reference in a new issue