diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-10-01 08:16:01 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-10-01 08:17:24 -0400 |
commit | 602569cd13f8f018194f54f39f4645d36d5b3821 (patch) | |
tree | 93ed88065f71517fd0268c599969189a9117e75e /examples/grid.scm | |
parent | 63df1926ee9bde67982f1296cf41d3afc0a148eb (diff) |
Move data structure modules into new (chickadee data ...) namespace.
Diffstat (limited to 'examples/grid.scm')
-rw-r--r-- | examples/grid.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/grid.scm b/examples/grid.scm index f552d1a..c83dac7 100644 --- a/examples/grid.scm +++ b/examples/grid.scm @@ -1,5 +1,5 @@ (use-modules (chickadee) - (chickadee math grid) + (chickadee data grid) (chickadee math vector) (chickadee math rect) (chickadee graphics color) |