minifb_wrapper-0.1.1 has been yanked.
use *;
A wrapper around minifb that makes opening and managing windows as straightforward as possible, and with hexidecimal RGB rather than raw u32.
This is an example code that will generate a UV coordinate map:
let window = window!;
//iterates with the value and position
for in window.iter
//pressing escape will close the window
loop