lu 0.2.2

A library for embedding Luau
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "lu"
description = "A library for embedding Luau"
license = "MIT"
repository = "https://github.com/jackdotink/lu"
version = "0.2.2"
edition = "2024"

[dependencies]
libc = "0.2.174"
sys = { version = "0.677.1", path = "../lu-sys", package = "lu-sys" }
derive = { version = "0.2.0", path = "../lu-derive", package = "lu-derive" }