diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-01-21 19:29:46 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-01-26 17:12:02 -0500 |
commit | aa45ad29efab50318d38bfd096b07021c4c7bde6 (patch) | |
tree | cb4f2347e94aa257a7906945bb5b1c389a22c93b /examples/grid.scm | |
parent | 578de9a16d58385f4e9926c7c0effae6127c9270 (diff) |
graphics: Rewrite rendering engine.
Diffstat (limited to 'examples/grid.scm')
-rw-r--r-- | examples/grid.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/grid.scm b/examples/grid.scm index 51a4a37..f552d1a 100644 --- a/examples/grid.scm +++ b/examples/grid.scm @@ -2,7 +2,6 @@ (chickadee math grid) (chickadee math vector) (chickadee math rect) - (chickadee graphics) (chickadee graphics color) (chickadee graphics font) (chickadee graphics path) |