glwfr 0.1.0

Make graphics with OpenGL.
Documentation
1
2
3
4
5
6
7
use thiserror::Error;

#[derive(Error, Debug)]
pub enum Errors {
    #[error("This is a testing error for the runely engine.")]
    TestError,
}