Added crates.io banner and documentation link

This commit is contained in:
Daniel Collin 2016-01-04 22:40:38 +01:00
parent d6cbb705c1
commit dbbeaebd72

View file

@ -1,15 +1,16 @@
rust_minifb [![Crates.io](https://img.shields.io/crates/v/minifb.svg)](https://crates.io/crates/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: 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:
[Documentation](http://prodbg.com/minifb/minifb/index.html)
Usage Usage
----- -----
```toml ```toml
# Cargo.toml # Cargo.toml
[dependencies] [dependencies]
minifb = "0.2.2" minifb = "0.2.3"
``` ```
Example Example