mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Improve Python wrapper error handling
The new libloot-ffi-errors crate is for sharing code between the CXX and PyO3 wrappers.
This commit is contained in:
Generated
+10
-1
@@ -600,11 +600,19 @@ dependencies = [
|
||||
"cxx",
|
||||
"cxx-build",
|
||||
"delegate",
|
||||
"libloot",
|
||||
"libloot-ffi-errors",
|
||||
"unicase",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libloot-ffi-errors"
|
||||
version = "0.25.5"
|
||||
dependencies = [
|
||||
"esplugin",
|
||||
"libloadorder",
|
||||
"libloot",
|
||||
"loot-condition-interpreter",
|
||||
"unicase",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -612,6 +620,7 @@ name = "libloot_pyo3"
|
||||
version = "0.25.5"
|
||||
dependencies = [
|
||||
"libloot",
|
||||
"libloot-ffi-errors",
|
||||
"pyo3",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user