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]