From 46982b4795917d0d5692cd4c5e4cca9eb484b00b Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sat, 2 Jan 2016 21:42:50 +0100 Subject: [PATCH] Added documentation link --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 108fc04..0cd0fb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Daniel Collin "] description = "Cross-platform window setup for bitmap rendering" keywords = ["windowing", "framebuffer"] repository = "https://github.com/emoon/rust_minifb" +documentation = "http://prodbg.com/minifb/minifb/index.html" build = "build.rs" [build-dependencies]