# pf-dualsense - punktfunk virtual DualSense (DS5) / DualShock 4 (DS4) UMDF2 HID minidriver. # A member of the in-tree drivers workspace (shares the vendored wdk-sys/wdk-build with the bindgen pin # + the crt-static .cargo/config), built from source per release like pf-vdisplay. [package] name = "pf-dualsense" edition.workspace = true version.workspace = true license.workspace = true publish = false description = "punktfunk virtual DualSense / DualShock 4 UMDF2 HID minidriver" [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] default = ["hid"] hid = ["wdk-sys/hid"] nightly = ["wdk-sys/nightly", "wdk/nightly"]