Include inline functions when profiling

This commit is contained in:
2025-08-31 23:01:50 -04:00
parent 04c92c1454
commit 841ded3bee
9 changed files with 342 additions and 52 deletions
+1
View File
@@ -24,6 +24,7 @@ egui-wgpu = { version = "0.32", features = ["winit"] }
fxprof-processed-profile = "0.8"
fixed = { version = "1.28", features = ["num-traits"] }
gilrs = { version = "0.11", features = ["serde-serialize"] }
gimli = "0.32"
hex = "0.4"
image = { version = "0.25", default-features = false, features = ["png"] }
itertools = "0.14"