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
1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index 173eca1..49f8444 100644
--- a/
main.lua
+++ b/
main.lua
@@ -1,2 +1,3 @@
+package.path = package.path .. ';./?/init.lua'
require 'moonscript'
require 'lib.gui'