stb_image 0.2.5

Bindings to the stb image encoding/decoding library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.cc]
version = "1"
[dependencies.libc]
version = "0.2.0"

[package]
authors = ["The Servo Project Developers"]
build = "build.rs"
description = "Bindings to the stb image encoding/decoding library"
documentation = "https://docs.rs/stb_image/"
keywords = ["image", "jpeg", "png", "bmp", "gif"]
license = "MIT / Apache-2.0"
name = "stb_image"
readme = "README.md"
repository = "https://github.com/servo/rust-stb-image"
version = "0.2.5"