Skip to content

Releases: Ludi-Framework/bcryptlua

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 08:06
f1294da
Merge pull request #1 from Ludi-Framework/chore/code-formatting

chore: standardize formatting with stylua and rustfmt

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 01:22
build: allow undefined Lua symbols in the macOS cdylib

mlua module mode leaves the Lua API unresolved until the host
interpreter loads the module; macOS rejects that by default and
needs -undefined dynamic_lookup.