mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Allow returning errors from ewext functions to lua.
This commit is contained in:
parent
134584dcf2
commit
c781187e57
5 changed files with 109 additions and 15 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue