Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
/ Pollua Public archive

Rust bindings to Lua 5.3

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

MisterPeModder/Pollua

Repository files navigation

Actions Status Pollua

⚠️ This library is no longer maintained, consider using mlua-sys instead ⚠️

(WIP) rust bindings to Lua 5.3

Building

Using embedded Lua

On Windows and Linux:

cargo build

Using system Lua

on Windows: requires vcpkg

vcpkg install --triplet x64-windows lua
cargo build

Cargo features:

  • system-lua: Attempts to link against the system Lua library instead of the embedded lua lib.
  • lua-compat: Enables compatibilty for Lua versions 5.1 and 5.2.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.