fix(windows-host): rustfmt pf_vdisplay.rs + Cargo.lock for the new host deps

1a86f16 shipped the agent-written pf_vdisplay.rs unformatted (cargo fmt --all --check
gate) and omitted the Cargo.lock edges for the new windows-only deps (pf-vdisplay-proto +
bytemuck). cargo fmt --all is now clean; Cargo.lock records the host dep edges.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-25 08:00:52 +00:00
parent 1a86f16783
commit 31f0bd5cfc
2 changed files with 13 additions and 6 deletions
Generated
+2
View File
@@ -2655,6 +2655,7 @@ dependencies = [
"audiopus_sys",
"axum",
"axum-server",
"bytemuck",
"cbc",
"ffmpeg-next",
"futures-util",
@@ -2669,6 +2670,7 @@ dependencies = [
"nvidia-video-codec-sdk",
"openh264",
"opus",
"pf-vdisplay-proto",
"pipewire",
"punktfunk-core",
"quinn",