mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-14 09:32:22 +00:00
Remove the GTK viewer.
This commit is contained in:
parent
3ac39cb2bc
commit
0140a898a6
3 changed files with 1 additions and 99 deletions
|
|
@ -48,26 +48,3 @@ executable reanimate-server
|
|||
other-modules: Reanimate.Misc
|
||||
build-depends: base >=4.10 && <4.13, text, websockets, process, filepath, directory,
|
||||
cache, clock, stm, containers
|
||||
|
||||
executable reanimate-viewer
|
||||
if flag(gtk-viewer)
|
||||
buildable: True
|
||||
else
|
||||
buildable: False
|
||||
main-is: SvgViewer.hs
|
||||
-- other-extensions:
|
||||
other-modules: Reanimate.Arrow
|
||||
Reanimate.Render
|
||||
Reanimate.Examples
|
||||
Reanimate.Combinators
|
||||
Reanimate.LaTeX
|
||||
Reanimate.Svg
|
||||
Reanimate.Misc
|
||||
Reanimate.Transform
|
||||
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 >= 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