Type Library Revision Release 2025.3714 Keywords bit Platforms Android, iOS, macOS, Windows
The Bit plugin provides access to Mike Pall’s Lua BitOp library.
local bitLib = require ( "plugin.bit" ) |
To use this plugin, add an entry into the plugins
table of build.settings
. When added, the build server will integrate the plugin during the build phase.
settings = { plugins = { [ "plugin.bit" ] = { publisherId = "com.coronalabs" }, }, } |