summaryrefslogtreecommitdiff
path: root/Examples/Hello/Setting.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/Hello/Setting.lua')
-rw-r--r--Examples/Hello/Setting.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/Examples/Hello/Setting.lua b/Examples/Hello/Setting.lua
new file mode 100644
index 0000000..2ab1597
--- /dev/null
+++ b/Examples/Hello/Setting.lua
@@ -0,0 +1,8 @@
+local setting = {}
+
+setting.libraries = {
+"Framework",
+"luasocks"
+}
+
+return setting \ No newline at end of file