tinted_luau_sys

Crates.iotinted_luau_sys
lib.rstinted_luau_sys
version0.1.1
created_at2024-05-20 03:14:45.62563+00
updated_at2025-03-21 05:03:16.269319+00
descriptionLuau bindings for Rust
homepage
repositoryhttps://github.com/tinted-software/luau-rs
max_upload_size
id1245373
size15,374
Theo Paris (theoparis)

documentation

README

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
Commit count: 5

cargo fmt