diff --git a/Cargo.toml b/Cargo.toml index 4271024..6cbf230 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mini_gl_fb" -version = "0.3.2" +version = "0.4.0" authors = ["shivshank"] description = "Tool for quickly creating a window and drawing to a buffer with OpenGL"