summaryrefslogtreecommitdiff
path: root/sly.scm
diff options
context:
space:
mode:
Diffstat (limited to 'sly.scm')
-rw-r--r--sly.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/sly.scm b/sly.scm
index b92536a..2c54dfa 100644
--- a/sly.scm
+++ b/sly.scm
@@ -35,18 +35,16 @@
(sly window)
(sly repl)
(sly utils)
+ (sly render)
(sly render color)
(sly render font)
(sly render sprite)
(sly render texture)
- (sly render model)
(sly render camera)
- (sly render scene)
(sly input keyboard)
(sly input mouse)
(sly math)
(sly math rect)
- (sly math transform)
(sly math vector)))
(for-each (let ((i (module-public-interface (current-module))))