melius 0.3.0

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

fn main() {
    println!("Hi")
}