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
/// Internal namespace.
mod private
{
  // use crate::*;

}

crate::mod_interface!
{
  reuse ::error_tools as error;
}