microui 0.2.3

MicroUI (immediate mode GUI) library in pure rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.bitflags]
version = "1.3.2"

[lib]
name = "microui"

[package]
authors = ["Wael El Oraiby"]
categories = ["no-std", "ui", "microui", "rendering"]
description = "MicroUI (immediate mode GUI) library in pure rust"
edition = "2021"
license = "BSD-3-Clause"
name = "microui"
readme = "README.md"
repository = "https://github.com/NeoCogi/microui-rs"
version = "0.2.3"