Tried and failed to use unwinding crate: shall do it myself tomorrow.

This commit is contained in:
2025-03-05 03:24:26 +00:00
parent 014ec5310c
commit af995d1d76
8 changed files with 177 additions and 92 deletions
+7
View File
@@ -19,6 +19,13 @@ futures-util = { version = "0.3.31", default-features = false, features = [
"alloc",
] }
linked_list_allocator = { version = "0.10.5", features = ["use_spin"] }
# unwinding = { version = "0.2.5", default-features = false, features = [
# "unwinder",
# "fde-static",
# "personality",
# "panic",
# "hide-trace",
# ] }
[build-dependencies]
cc = "1.2.14"