engine/lua-wrapper/Cargo.toml

11 lines
222 B
TOML
Raw Permalink Normal View History

2024-08-23 11:22:09 +00:00
[package]
name = "lua-wrapper"
version = "0.1.0"
authors = ["hodasemi <michaelh.95@t-online.de>"]
edition = "2021"
[dependencies]
mlua = { workspace = true }
assetpath = { workspace = true }
anyhow = { workspace = true }