nuklear-rust 0.2.0

Rust wrapper for Nuklear 2D GUI library (github.com/vurtun/nuklear)
Documentation
# nuklear-rust


[![Latest Version](https://img.shields.io/crates/v/nuklear-rust.svg)](https://crates.io/crates/nuklear-rust)

The bindings to the [Nuklear](https://github.com/vurtun/nuklear) 2D immediate GUI library. 

Currently beta.

Drawing backends:
* [gfx]https://github.com/snuk182/nuklear-backend-gfx for [GFX 3D drawing engine]https://github.com/gfx-rs/gfx (examples: [OpenGL]https://github.com/snuk182/nuklear-test, [DX11]https://github.com/snuk182/nuklear-test/tree/dx11)
* [glium]https://github.com/snuk182/nuklear-backend-glium for [glium 3D drawing engine]https://github.com/tomaka/glium (example: [here]https://github.com/snuk182/nuklear-test/tree/glium)

All examples are based on the [extended example](https://github.com/vurtun/nuklear/blob/master/example/extended.c) of the original library.