melius 0.5.0

Melius is a GUI library that utilizes OpenGL by creating fast and responsive user interfaces.
Documentation
1
2
3
4
5
6
7
#[cfg(test)]
pub mod tests {
    #[test]
    pub fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}