summaryrefslogtreecommitdiff
path: root/examples/common.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/common.scm')
-rw-r--r--examples/common.scm6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/common.scm b/examples/common.scm
index b4efb1f..17cd888 100644
--- a/examples/common.scm
+++ b/examples/common.scm
@@ -2,11 +2,9 @@
(2d fps)
(2d game)
(2d keyboard)
+ (2d repl)
(2d signal)
- (2d window)
- (2d repl server))
-
-(spawn-server)
+ (2d window))
(add-hook! key-press-hook (lambda (key unicode)
(when (eq? key 'escape)