Skip to content

Commit

Permalink
triangulate world :)
Browse files Browse the repository at this point in the history
  • Loading branch information
noinia committed Dec 16, 2024
1 parent 271eb5b commit c7ac282
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hgeometry-examples/hgeometry-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,16 @@ executable hgeometry-draw
-- other-modules:
-- Options

--------------------------------------------------------------------------------
-- * Triangulate World

executable hgeometry-triangulateWorld
import: setup
hs-source-dirs: triangulateWorld
main-is: Main.hs
build-depends:
optparse-applicative >= 0.18
, filepath >= 1.4.100

--------------------------------------------------------------------------------

Expand Down

0 comments on commit c7ac282

Please sign in to comment.