From f9b8ed610385c16a33ae00beee70559647174b2a Mon Sep 17 00:00:00 2001 From: andelf Date: Wed, 20 Apr 2016 01:24:20 +0800 Subject: [PATCH] add version notes to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6168525..d572d9c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Rust-SDL2_gfx -[![Build Status](https://travis-ci.org/andelf/rust-sdl2_gfx.svg?branch=master)](https://travis-ci.org/andelf/rust-sdl2_gfx) +[![Travis Build Status](https://travis-ci.org/andelf/rust-sdl2_gfx.svg?branch=master)](https://travis-ci.org/andelf/rust-sdl2_gfx) +[![crates.io](http://meritbadge.herokuapp.com/sdl2_gfx)](https://crates.io/crates/sdl2_gfx) Rust bindings for SDL2_gfx @@ -12,7 +13,7 @@ Rust bindings for SDL2_gfx ## Installation -:) with cargo. +:) with cargo. This crate use the same ``x.y.*`` version number as ``rust-sdl2``. ``` git clone https://github.com/andelf/rust-sdl2_gfx