diff options
author | Griffin Smith <root@gws.fyi> | 2019-12-25T00·40-0500 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-12-30T16·24-0500 |
commit | 6f427fe4d6ba9a03f122d15839298040a7cfb925 (patch) | |
tree | 5ab6c11d7b1f4109e1d196f9d1135cbb4bd828f6 /package.yaml | |
parent | 13516911366a484ee5484166520133e056010515 (diff) |
Fix circle rendering, add filled circle
Make raster circle rendering use the Rasterific package instead of attempting desperately to hand-roll it, and add a method for generating filled circles.
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index b4c53308078e..72eb0d32a669 100644 --- a/package.yaml +++ b/package.yaml @@ -36,6 +36,7 @@ dependencies: - generic-monoid - generic-lens - groups +- JuicyPixels - lens - megaparsec - MonadRandom @@ -47,7 +48,9 @@ dependencies: - random-source - raw-strings-qq - reflection +- Rasterific - stache +- semigroupoids - tomland - text-zipper - vector |