ehmi 0.31.2

HMI components for egui
Documentation
<h2>
    eHMI - HMI components for egui
  <a href="https://crates.io/crates/ehmi"><img alt="crates.io page" src="https://img.shields.io/crates/v/ehmi.svg"></img></a>
  <a href="https://docs.rs/ehmi"><img alt="docs.rs page" src="https://docs.rs/ehmi/badge.svg"></img></a>
  <a href="https://github.com/roboplc/ehmi/actions/workflows/ci.yml">
    <img alt="GitHub Actions CI" src="https://github.com/roboplc/ehmi/actions/workflows/ci.yml/badge.svg"></img>
  </a>
</h2>

This crate contains a collection of components for building Human-Machine
Interfaces (HMIs) using the [egui](https://crates.io/crates/egui) library in
Rust.

<img src="https://raw.githubusercontent.com/roboplc/ehmi/main/ehmi.png"
width="400" />

The crate version is synchronized with the `egui` version.

eHMI is a part of [RoboPLC](https://www.roboplc.com) project.