slint/helper_crates/vtable/tests
Olivier Goffart f39b3ab888 Use "C-unwind" API in our vtable
When using rust, allow panics to cross the boundaries of our vtable traits.
This avoids panic producing two backtrace with panic=unwind

This patch doesn't touch the ABI of out FFI interface, they stay extern "C", because
if a panic or exception crosses these boundaries, we are in trouble.
(Also, we have a panic=abort in our Cargo.toml anyway)
2025-06-06 14:47:46 +02:00
..
test_vrc.rs xtask: Fix up license headers 2023-08-17 08:55:28 +02:00
test_vtable.rs Use "C-unwind" API in our vtable 2025-06-06 14:47:46 +02:00