melius 0.2.0

Melius is a GUI library that utilizes OpenGL by creating fast and responsive user interfaces.
1
2
3
4
5
6
7
pub mod test {
    pub fn do_something() {
        println!("Doing something!");
    }
}

fn main() {}