1
0

Standard versioning
Some checks failed
LÖVE/Lua Library / Static-Analysis (push) Failing after 0s

This commit is contained in:
Jon Michael Aanes 2024-07-06 23:46:35 +02:00
parent b0c9c80e98
commit 6e69801a50
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

4
init.lua Normal file
View File

@ -0,0 +1,4 @@
local _VERSION = '0.1.0'
local lib = require ((... and (...) .. '.' or '.') .. 'suggest-require')
return lib