e_window 0.1.13

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.13]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.12...e_window-v0.1.13 - 2025-07-20

### Added

- *(e_window)* Add Uxn virtual machine integration

## [0.1.12]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.11...e_window-v0.1.12 - 2025-07-17

### Added

- *(e_window_e_grid_demo01)* e_midi and e_grid demo.

## [0.1.11]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.10...e_window-v0.1.11 - 2025-07-16

### Added

- *(e_window_hydra)* add e_window_hydra demo for grid-aligned Chrome Hydra sketches.  Runs a random example from https://hydra.ojack.xyz/?sketch_id=example

## [0.1.10]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.9...e_window-v0.1.10 - 2025-07-14

### Added

- *(e_window)* Implement real-time stdin control, ease, and keyboard shortcuts (return/esc), scrolling

## [0.1.9]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.8...e_window-v0.1.9 - 2025-06-25

### Other

- update Cargo.lock dependencies

## [0.1.8]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.7...e_window-v0.1.8 - 2025-06-19

### Other

- update Cargo.lock dependencies

## [0.1.7]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.6...e_window-v0.1.7 - 2025-06-13

### Added

- *(cli)* add --scan-dir flag to recursively discover and run targets in subdirectories

## [0.1.6]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.5...e_window-v0.1.6 - 2025-06-09

### Added

- improve process tracking, timeouts, and logging in cargo-e

## [0.1.5]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.4...e_window-v0.1.5 - 2025-06-07

### Other

- update Cargo.lock dependencies

## [0.1.4]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.3...e_window-v0.1.4 - 2025-06-06

### Added

- add e_obs script for OBS control and recording functionality https://www.youtube.com/watch?v=5BXStX87Z0o

## [0.1.3]https://github.com/davehorner/cargo-e/compare/e_window-v0.1.2...e_window-v0.1.3 - 2025-06-01

### Other

- update Cargo.lock dependencies

## [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