e_window 0.1.2

A window tool. Think WinAPI ShowMessageBox; but more than that.
Documentation
# 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.2]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.1...e_window-v0.1.2 - 2025-05-31

### Added

- *(e-window,failed_build_window)* Implement anchor links in e_window for launching code on error lines.  Failed builds now include a graphical window which includes just the errors.

## [0.1.1]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.0...e_window-v0.1.1 - 2025-05-29

### Added

- *(e_window)* Implement Window Pool Manager mode

## [0.1.0]https://github.com/davehorner/cargo-e/releases/tag/e_window-v0.1.0 - 2025-05-26

### Added

- *(window_panics)* Integrate `e_window` for graphical panics