mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-06-27 10:20:32 +02:00
initial commit
This commit is contained in:
10
lua-playground/Cargo.toml
Normal file
10
lua-playground/Cargo.toml
Normal 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"] }
|
Reference in New Issue
Block a user