swapping to voroni diagram

This commit is contained in:
Jack Wines 2024-01-19 02:31:19 -08:00
parent f1e5ff2b86
commit dd9bb2c88a
No known key found for this signature in database
GPG key ID: 25B20640600571E6
17 changed files with 416 additions and 19 deletions

View file

@ -1,3 +1,4 @@
cabal-version: 3.4
-- Initial image-triangles.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
@ -19,7 +20,7 @@ version: 0.1.0.0
-- description:
-- The license under which the package is released.
license: BSD3
license: BSD-3-Clause
-- The file containing the license text.
license-file: LICENSE
@ -40,10 +41,8 @@ build-type: Simple
-- Extra files to be distributed with the package, such as examples or a
-- README.
extra-source-files: CHANGELOG.md, README.md
extra-source-files: README.md
-- Constraint on the version of Cabal needed to build this package.
cabal-version: >=1.10
executable image-triangles
@ -51,7 +50,7 @@ executable image-triangles
main-is: Main.hs
-- Modules included in this executable, other than Main.
other-modules: Render, Triangles
other-modules: Render, Triangles, CircumCircle
-- LANGUAGE extensions used by modules in this package.
default-extensions: ScopedTypeVariables,
@ -84,7 +83,6 @@ executable image-triangles
, diagrams-cairo
, diagrams-svg
, parallel
, repa
, linear
, vector
, containers