diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-10-03 22:29:27 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-10-03 22:29:27 -0400 |
commit | 85c32e4c1302a3c37a1ebb4cf7b4888affdc4f61 (patch) | |
tree | 49405ce1598633857b69e6c8a30ae7abca324173 /examples/text.scm | |
parent | 0a13a8e9760091031986fe3a429645113dd038b1 (diff) |
Rename 'render' subdirectory to 'graphics'.
Diffstat (limited to 'examples/text.scm')
-rw-r--r-- | examples/text.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text.scm b/examples/text.scm index df0a2ed..dd9c83a 100644 --- a/examples/text.scm +++ b/examples/text.scm @@ -1,6 +1,6 @@ (use-modules (chickadee) (chickadee math vector) - (chickadee render font)) + (chickadee graphics font)) (define (draw alpha) (draw-text "The quick brown fox jumps over the lazy dog.\nFive hexing wizard bots jump quickly." |