aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-05-09 11:54:17 +0200
committerThomas White <taw@physics.org>2021-05-10 20:56:02 +0200
commit25542a091718cf78a474c7bc8bcf1bc8472cb521 (patch)
tree6ccc8b722625676585d3e2e623adff77cd92dcd4 /examples
parent48149fe3e866e1816f38647b1618ad4220b551b6 (diff)
Split 'base' module up into 'fixture', 'state' and 'scanout'
Diffstat (limited to 'examples')
-rw-r--r--examples/demo.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/demo.scm b/examples/demo.scm
index 648e8b8..c616786 100644
--- a/examples/demo.scm
+++ b/examples/demo.scm
@@ -26,7 +26,9 @@
;; Basic setup
(use-modules
- (starlet base)
+ (starlet fixture)
+ (starlet state)
+ (starlet scanout)
(starlet playback)
(starlet effects)
(starlet colours)