aboutsummaryrefslogtreecommitdiff
path: root/examples/hello_lua_mingw_w64/project.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_lua_mingw_w64/project.conf')
-rw-r--r--examples/hello_lua_mingw_w64/project.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/hello_lua_mingw_w64/project.conf b/examples/hello_lua_mingw_w64/project.conf
new file mode 100644
index 0000000..b568575
--- /dev/null
+++ b/examples/hello_lua_mingw_w64/project.conf
@@ -0,0 +1,8 @@
+[package]
+name = "hello_lua"
+type = "executable"
+version = "0.1.0"
+platforms = ["any"]
+
+[dependencies]
+lua5.1 = "5.1.5"