# pf-vdisplay — the all-Rust UMDF IddCx virtual-display driver (M1 step-2 rewrite onto wdk-sys + the # owned pf-vdisplay-proto ABI). Replaces the vendored-binding oracle at packaging/windows/vdisplay-driver/ # (deleted once on-glass parity is reached, per docs/windows-host-rewrite.md §14 STEP 8). [package] name = "pf-vdisplay" edition.workspace = true version.workspace = true license.workspace = true publish = false [package.metadata.wdk.driver-model] driver-type = "UMDF" umdf-version-major = 2 target-umdf-version-minor = 31 [lib] crate-type = ["cdylib"] [build-dependencies] wdk-build.workspace = true [dependencies] wdk.workspace = true wdk-sys = { workspace = true, features = ["iddcx"] } wdk-iddcx.workspace = true pf-vdisplay-proto.workspace = true