Fix parsing of symbol table

This commit is contained in:
2024-02-10 17:08:34 +01:00
parent 7a8554d313
commit ff9bda49c2
6 changed files with 880 additions and 111 deletions

View File

@@ -14,3 +14,4 @@ rand = "0.8.5"
rend = { version = "0.4.1", features = ["bytemuck"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
symbolic = { version = "12.8.0", features = ["demangle"] }