﻿MSDisplaySDK native libraries bundled into wheels (SDK 3.2.7.36).

Layout:
  win32/MSDISPLAYSDKWRRAPER.dll
  win32/libusb0.dll              (from libusb/x86/libusb0_x86.dll)
  win_amd64/MSDISPLAYSDKWRRAPER.dll
  win_amd64/libusb0.dll          (from libusb/amd64/libusb0.dll)
  linux_i686/*.so                (optional — place vendor .so to build linux wheel)
  linux_x86_64/*.so              (optional)

Wrapper DLL imports libusb0.dll at load time; both must sit in the same folder.
Kernel driver libusb0.sys is NOT bundled — install the vendor INF separately.

Full SDK package lives in vendor/sdk/ and is not published to PyPI.
Sync Windows DLLs with: python scripts/build_package.py
