egui-treeize 0.1.1

Tree-like graph visualization for egui
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

This project is based on [egui-snarl](https://github.com/zakarumych/egui-snarl) v0.9.0.

## [0.1.0] - 01.12.2025

### Added

- Initial release of `egui-treeize` with basic tree-like graph visualization.
- Supports `readonly` and `editable` modes. Defaults is `readonly`.
- No draggable nodes for readonly mode, no deletable wires for dual modes.
- `Treeize` only supports Top-To-Bottom layout, so the wires and links are only allowed to go from top to bottom.
- Supports `readonly` and `editable` modes. Defaults is `readonly`.
- No draggable nodes for readonly mode, no deletable wires for dual modes.
- No multiple input/output pins for a node. We connect all wires to the same input/output pin.
- No footer.