Allow returning errors from ewext functions to lua.

This commit is contained in:
IQuant 2024-11-24 16:20:45 +03:00
parent 134584dcf2
commit c781187e57
5 changed files with 109 additions and 15 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ewext"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
[lib]
@ -16,3 +16,4 @@ libloading = "0.8.5"
backtrace = "0.3.74"
iced-x86 = "1.21.0"
noita_api_macro = {path = "noita_api_macro"}
eyre = "0.6.12"