From 6836050f19f1de40d9541e2e4720be0891243e48 Mon Sep 17 00:00:00 2001 From: shivshank Date: Sat, 25 Aug 2018 16:55:58 -0400 Subject: [PATCH] Update Cargo.toml, remove invalid category --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 561eb7c..58ccc1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mini_gl_fb" -version = "0.5.1" +version = "0.6.0" authors = ["shivshank"] description = "Quick and easy window creation, input, and high speed bitmap rendering" repository = "https://github.com/shivshank/mini_gl_fb" @@ -8,7 +8,7 @@ repository = "https://github.com/shivshank/mini_gl_fb" license = "MIT" keywords = ["opengl", "windowing", "framebuffer", "window"] -categories = ["rendering", "graphics"] +categories = ["rendering"] readme = "README.md" [dependencies]