#luau #bindings #build #cmake #engine #command #pkg-config

sys no-std tinted_luau_sys

Luau bindings for Rust

3 unstable releases

0.1.0 Dec 2, 2024
0.0.2 Dec 2, 2024
0.0.1 May 20, 2024

#12 in #pkg-config

Download history 8/week @ 2024-09-21 6/week @ 2024-09-28 280/week @ 2024-11-30 46/week @ 2024-12-07 14/week @ 2024-12-14

73 downloads per month

MIT license

8KB
210 lines

tinted_luau_sys

Rust bindings for the Luau Engine. This crate currently depends on the CMake Improvements PR that adds pkg-config support.

You can compile the Luau Engine with the following commands on a Linux machine:

git clone -b theoparis/add-install-target https://github.com/theoparis/luau
cd luau
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local
cmake --build build
sudo cmake --install build

No runtime deps