From a65c2f602661d81df1f118a26e2e7af8927617bb Mon Sep 17 00:00:00 2001 From: Cobrand Date: Sat, 5 Nov 2016 13:21:52 +0100 Subject: [PATCH] Added documentation link to docs.rs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 733f2fba..9ddf1e96 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Rust-SDL2_ttf is a library for talking to the new SDL2_ttf library from Rust. Rust-SDL2_ttf uses the MIT licence. +## [Documentation](https://docs.rs/sdl2_ttf/0.25.0/sdl2_ttf/) + ## Requirements * [Rust-SDL2](https://github.com/AngryLawyer/rust-sdl2)