luau0-src 0.11.2+luau653

Minimal sources of Roblox Luau and logic to build them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "luau0-src"
version = "0.11.2+luau653"
authors = ["Aleksandr Orlenko <zxteam@protonmail.com>"]
edition = "2021"
repository = "https://github.com/khvzak/luau-src-rs"
keywords = ["lua", "luau", "roblox"]
readme = "README.md"
license = "MIT"
description = """
Minimal sources of Roblox Luau and logic to build them.
"""

[workspace]
members = ["testcrate"]

[dependencies]
cc = "1.1"