imgui_presentable 0.4.0

A simple way to represent Rust types in ImGui.
Documentation
1
2
3
4
5
6
7
8
# Imgui Presentable

This crate is a collection of immediate gui interfaces and
implementations of those for the most common types.

Please refer to the [crate documentation](https://docs.rs/crate/imgui_presentable/latest) and the
[main README](https://github.com/vityafx/imgui_presentable/README.md)
file of the repository.