stb_image 0.2.1

Bindings to the stb image encoding/decoding library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stb_image"
version = "0.2.1"
authors = ["The Servo Project Developers"]
description = "Bindings to the stb image encoding/decoding library"
repository = "https://github.com/servo/rust-stb-image"
documentation = "http://doc.servo.org/stb_image/"
keywords = ["image", "jpeg", "png", "bmp", "psd", "gif", "hdr", "pic", "pnm"]
license = "MIT / Apache-2.0"

build = "build.rs"

[dependencies]
libc = "0.2.0"