From c18dff0d5357005524e9ef09ce6228c6ae55b761 Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 4 Jan 2016 23:18:04 +0100 Subject: [PATCH] Added appveyor badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcba275..d6fd3d1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Crates.io](https://img.shields.io/crates/v/minifb.svg)](https://crates.io/crates/minifb) [![Build Status](https://travis-ci.org/emoon/rust_minifb.svg)](https://travis-ci.org/emoon/rust_minifb) +[![Build Status](https://ci.appveyor.com/api/projects/status/sfvgqq4d4sjulkbx?svg=true)](https://ci.appveyor.com/project/emoon/rust-minifb) rust_minifb (Mini FrameBuffer) is a small cross platform library written in [Rust](https://www.rust-lang.org) and that makes it easy to render (32-bit) pixels in a window. An example is the best way to show how it works: