refactor(vulkan-reporting): remove manual json assembly

This commit is contained in:
2026-06-25 05:23:41 +04:00
parent 5c4fbff2af
commit 0a78fc2460
3 changed files with 197 additions and 239 deletions
@@ -11,6 +11,8 @@ ash-window = "0.13"
fparkan-binary = { path = "../../crates/fparkan-binary" }
fparkan-platform = { path = "../../crates/fparkan-platform" }
fparkan-render = { path = "../../crates/fparkan-render" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[lints.rust]
unsafe_code = "allow"