Actually produce profiler files

This commit is contained in:
2025-08-27 22:49:44 -04:00
parent ce15d22ab1
commit ed06004a60
6 changed files with 325 additions and 127 deletions
+2
View File
@@ -22,11 +22,13 @@ egui-notify = "0.20"
egui-winit = "0.32"
egui-wgpu = { version = "0.32", features = ["winit"] }
elf = "0.8"
fxprof-processed-profile = "0.8"
fixed = { version = "1.28", features = ["num-traits"] }
gilrs = { version = "0.11", features = ["serde-serialize"] }
hex = "0.4"
image = { version = "0.25", default-features = false, features = ["png"] }
itertools = "0.14"
normpath = "1"
num-derive = "0.4"
num-traits = "0.2"
oneshot = "0.1"