Lowered the Swift tools required to build this project to 6.3 and also, polished some documentation in the READMe file.

This commit is contained in:
2026-07-25 23:37:33 +02:00
parent 8c646c0347
commit 1fbab4b180
5 changed files with 107 additions and 35 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
internal import CPlaydate
// A public import: `addFunction(_:name:)` and `pushFunction(_:)` expose the
// `CFunction` alias of `lua_CFunction` in their public signatures.
public import CPlaydate
/// The cached `playdate->lua` C API table.
var luaAPI: UnsafePointer<playdate_lua> { Playdate.luaAPI.unsafelyUnwrapped }