index
:
alive
macros
main
stable
vector-math
wgsl-view
wip
experimental livecoding environment with persistent expressions
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.lua
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'main.lua')
-rw-r--r--
main.lua
3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.lua b/main.lua
index b5a9d4a..173eca1 100644
--- a/
main.lua
+++ b/
main.lua
@@ -1,3 +1,2 @@
require 'moonscript'
-env = require 'init'
-env:add_module 'gui'
+require 'lib.gui'