Crates.io | tinted_luau_sys |
lib.rs | tinted_luau_sys |
version | |
source | src |
created_at | 2024-05-20 03:14:45.62563 |
updated_at | 2024-12-02 04:35:00.347122 |
description | Luau bindings for Rust |
homepage | |
repository | https://github.com/tinted-software/luau-rs |
max_upload_size | |
id | 1245373 |
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` |
size | 0 |
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