| Crates.io | tinted_luau_sys |
| lib.rs | tinted_luau_sys |
| version | 0.1.1 |
| created_at | 2024-05-20 03:14:45.62563+00 |
| updated_at | 2025-03-21 05:03:16.269319+00 |
| description | Luau bindings for Rust |
| homepage | |
| repository | https://github.com/tinted-software/luau-rs |
| max_upload_size | |
| id | 1245373 |
| size | 15,374 |
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