summary refs log tree commit diff
path: root/main.lua
diff options
context:
space:
mode:
authorequa <equaa@protonmail.com>2021-04-18 09:57:30 -0500
committerequa <equaa@protonmail.com>2021-04-18 09:57:30 -0500
commit0c8a8cf8d861bc4ef3162e45e8b58d2f0173d2f7 (patch)
tree5fe4e826b92173f33abf8a1f2391ccab706db230 /main.lua
nanpa wan
commit of the last two days: working cellular automata and rendering,
prototype system, etc
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.lua b/main.lua
new file mode 100644
index 0000000..d9b84cb
--- /dev/null
+++ b/main.lua
@@ -0,0 +1,3 @@
+table.insert(package.loaders or package.searchers, require("fennel").makeSearcher({correlate = true}))
+
+require("lib/main")