mingl 0.3.0

Minimal graphics library with abstract rendering backend and WebGL support
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/// Internal namespace.
mod private
{
  // use crate::*;

}

crate::mod_interface!
{

  orphan use ::wasm_bindgen_futures::
  {
    JsFuture,
    future_to_promise,
    spawn_local,
  };

}