4 releases
Uses new Rust 2024
new 0.1.1 | Mar 21, 2025 |
---|---|
0.1.0 | Dec 2, 2024 |
0.0.2 | Dec 2, 2024 |
0.0.1 | May 20, 2024 |
#11 in #pkg-config
171 downloads per month
7KB
196 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 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
~0–2MB
~38K SLoC