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:
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "libloot-ffi-errors"
|
||||
version = "0.25.5"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
libloot = { path = ".." }
|
||||
|
||||
esplugin.workspace = true
|
||||
libloadorder.workspace = true
|
||||
loot-condition-interpreter.workspace = true
|
||||
Reference in New Issue
Block a user