tinted_luau_sys

Crates.iotinted_luau_sys
lib.rstinted_luau_sys
version
sourcesrc
created_at2024-05-20 03:14:45.62563
updated_at2024-12-02 04:35:00.347122
descriptionLuau bindings for Rust
homepage
repositoryhttps://github.com/tinted-software/luau-rs
max_upload_size
id1245373
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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 -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
Commit count: 3

cargo fmt