From 4b68372d8f73f7d4f863126420cefb8d04422687 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sun, 10 Jan 2016 18:37:33 +0100 Subject: [PATCH] Fixed typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 20831ae..6b8033e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "minifb" version = "0.2.7" -license = ""MIT/Apache-2.0" +license = "MIT/Apache-2.0" authors = ["Daniel Collin "] description = "Cross-platform window setup for bitmap rendering" keywords = ["windowing", "framebuffer"]