Begin implementing profiling sessions

This commit is contained in:
2025-08-27 22:49:44 -04:00
parent 3bfdcc9366
commit 7f819d080f
4 changed files with 1055 additions and 6 deletions
+1
View File
@@ -42,6 +42,7 @@ tokio = { version = "1", features = ["io-util", "macros", "net", "rt", "sync", "
tracing = { version = "0.1", features = ["release_max_level_info"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
wgpu = "25"
wholesym = "0.8"
winit = { version = "0.30", features = ["serde"] }
[target.'cfg(windows)'.dependencies]