about summary refs log tree commit diff stats
path: root/conf.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-02-07 13:37:01 -0800
committerKartik K. Agaram <vc@akkartik.com>2023-02-07 13:37:01 -0800
commitf4e14ad484c89033150f69f6820e337b49c2b298 (patch)
treedc7f04a4dc94e897be51c9934688fe8d376875cf /conf.lua
parent33ad6b7e5b5436d9b3e2ddd7119052bf3af5f02f (diff)
downloadview.love-f4e14ad484c89033150f69f6820e337b49c2b298.tar.gz
document the version of LÖVE I've been using
Diffstat (limited to 'conf.lua')
-rw-r--r--conf.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua
new file mode 100644
index 0000000..de8758a
--- /dev/null
+++ b/conf.lua
@@ -0,0 +1,3 @@
+function love.conf(t)
+  t.version = '11.4'
+end