minwebgpu 0.2.0

Minimal WebGPU toolkit for modern graphics programming with compute shaders and rendering pipelines
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.1.0] - 2024-08-08

### Added
- Initial release of minwebgpu crate
- Minimal WebGPU toolkit for modern graphics programming
- Compute shader support and GPU computing capabilities
- Rendering pipeline management and configuration
- Buffer and texture management with WebGPU API
- Shader module compilation and management
- Bind group and resource binding utilities
- Render pass and command buffer operations
- WebGPU context creation and device management
- Integration with browser APIs and WebAssembly
- Mathematics utilities for graphics programming
- File loading and async operations support

[0.1.0]: https://github.com/Wandalen/cgtools/releases/tag/minwebgpu-v0.1.0