feat: New V3 version

This commit is contained in:
2026-02-07 13:53:54 +01:00
parent 0176945bd6
commit 8926cd7ecf
7 changed files with 300 additions and 127 deletions

View File

@@ -15,7 +15,7 @@ uniffi = { version = "0.27" }
uniffi-cli = ["uniffi/cli"]
[lib]
crate-type = ["cdylib"]
crate-type = ["cdylib", "rlib"]
[[bin]]
name = "uniffi-bindgen"
@@ -26,4 +26,4 @@ opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true
strip = false