diff options
author | Thomas White <taw@physics.org> | 2021-05-22 22:40:30 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-05-22 22:40:30 +0200 |
commit | 2a493a0122ca289d5aa3241cefd4dfac43e272f6 (patch) | |
tree | b63eef362347b10cff09066117a3c4cbb5f0b2d8 | |
parent | 222952056a8be6ac2a86e18c0a42ab76b20a6f50 (diff) |
Add missing use-modules to demo.scm
-rw-r--r-- | examples/demo.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/demo.scm b/examples/demo.scm index 4de38a9..1299a6f 100644 --- a/examples/demo.scm +++ b/examples/demo.scm @@ -32,6 +32,7 @@ (starlet playback) (starlet effects) (starlet colours) + (starlet clock) (starlet fixture-library generic) (starlet fixture-library robe) (starlet fixture-library arduino) |