From 54af8986abfbadef1edabdf7ce43aa45fe48e2a6 Mon Sep 17 00:00:00 2001 From: shivshank Date: Fri, 27 Jul 2018 17:10:51 -0400 Subject: [PATCH] Prep Cargo.toml for crates.io --- Cargo.toml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index adca662..c93b804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,15 @@ [package] name = "mini_gl_fb" -version = "0.2.3" +version = "0.2.4" authors = ["shivshank"] +description = "Tool for quickly creating a window and drawing to a buffer with OpenGL" + +license = "MIT" + +keywords = ["OpenGL"] +repository = "https://github.com/shivshank/mini_gl_fb" [dependencies] glutin = "0.17.0" gl = "0.10.0" - -[dependencies.rustic_gl] -git = "https://github.com/shivshank/rustic_gl.git" +rustic_gl = "0.3.2"