yakui-miniquad ----------------------- [![CI](https://github.com/profan/yakui-miniquad/actions/workflows/rust.yml/badge.svg)](https://github.com/profan/yakui-miniquad/actions/workflows/rust.yml) [![Docs](https://docs.rs/yakui-miniquad/badge.svg?version=0.3.2)](https://docs.rs/yakui-miniquad/0.3.2/yakui_miniquad/) [![Crates.io version](https://img.shields.io/crates/v/yakui-miniquad.svg)](https://crates.io/crates/yakui-miniquad) This is a simple library integrating yakui with miniquad, allowing you to use yakui with your miniquad projects easily. I'm happy to accept contributions in the form of fixes or improvements, just be nice :) If you're interested in the version usable with macroquad directly, it's here: [yakui-macroquad](https://github.com/profan/yakui-macroquad)! # Version This version is for miniquad 0.4 and yakui 0.2.0. # Example See [the example](examples/hello-world/main.rs), you can also `cargo run --example hello-world` to test the example. # License See LICENSE