Revision history for WebGPU-Direct

0.16  2025-11-26 00:19:00 EST
        - Upgrade webgpu.h handling
        - Updated handling of webgpu strings
        - Updated handling of callbacks
        - Update to latest webgpu.h
        - Add perlish "createAdapter" that hides the C-like details of
          requestAdapter
        - Makefile.PL now offers to download wgpu-native for you
        - Add win32 support for new_window
        - Add support for passing in some exteranl window classes
          - This includes X11::Xlib and X11::Xcb. Wayland and win32 support
            are not available at this time

0.15  2024-08-07 23:41:34 EDT
        - Add array constructor for Color and Extent3D
        - Add rotating cube example
        - Fix the blessed scalar value of opaque types
        - Fix the accidental reuse of arrays when blessing

0.14  2024-07-26 23:42:48 EDT
        - Additional documentation fixes
        - Add and fix issues for a compute example
        - Improve defaults system and documentation
        - Add WebGPU packing functions
        - Package catchable errors into perl exceptions
        - The great lcfirst-ining of functions and enums
        - Allow some functions to return arrayrefs
        - Clean up what can't actually be called

0.13-TRIAL  2024-04-18 23:09:56 EDT
        - Automatic documentation generation improvements

0.12-TRIAL  2024-03-11 22:52:32 EDT
        - Continued documentation improvements
        - Remove Force32 as a usable constant

0.11-TRIAL  2024-03-08 00:48:18 EST
        - Add inital wayland support
        - Add debugging informational and usage warnings
        - Include generated documenation

0.10-TRIAL  2024-01-28 22:39:34 EST
        - Initial release