initial commit

This commit is contained in:
2023-12-17 20:17:55 +01:00
commit 96adaf3211
19 changed files with 1067 additions and 0 deletions

10
lua-playground/Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "lua-playground"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
mlua = { git = "https://github.com/khvzak/mlua.git", features = ["lua51"] }