diff options
author | Pierre Krieger <pierre.krieger1708@gmail.com> | 2015-01-13 09:43:09 +0100 |
---|---|---|
committer | Pierre Krieger <pierre.krieger1708@gmail.com> | 2015-01-13 09:44:14 +0100 |
commit | 746af5a835ec450ee2d55b71572165210681968f (patch) | |
tree | bbe482adc465cd1a7c58b09363fc4193c6568169 | |
parent | 0ffa3b80f18d8da53f39bc18d8f04e893c884f65 (diff) | |
download | glutin-746af5a835ec450ee2d55b71572165210681968f.tar.gz glutin-746af5a835ec450ee2d55b71572165210681968f.zip |
Add appveyor build status in README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ Alternative to GLFW in pure Rust. [![Build Status](https://travis-ci.org/tomaka/glutin.png?branch=master)](https://travis-ci.org/tomaka/glutin) +[![Build status](https://ci.appveyor.com/api/projects/status/cv5xewg3uchb3854/branch/master?svg=true)](https://ci.appveyor.com/project/tomaka/glutin/branch/master) ## [Documentation](http://tomaka.github.io/glutin/) |