browser_input 0.2.0

Ergonomic input handling for WebAssembly applications in the browser with keyboard, mouse, and event processing
# 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 browser_input crate
- Ergonomic input handling for WebAssembly applications
- Keyboard event processing and key mapping
- Mouse event handling with position tracking
- Pointer event support for modern browsers
- Input state management and utilities
- WebAssembly-optimized design for browser environments

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