stb 0.3.2

Safe Rust API for stb libraries
Documentation
[[example]]
name = "easy_font"
[badges.maintenance]
status = "actively-developed"
[dependencies.stb-sys]
version = "0.6.0"

[features]
default = ["stb_easy_font", "stb_dxt", "stb_image", "stb_image_write", "stb_perlin", "stb_rect_pack", "stb_image_resize", "stb_truetype"]
stb_dxt = ["stb-sys/stb_dxt"]
stb_dxt_use_rounding_bias = ["stb-sys/stb_dxt_use_rounding_bias"]
stb_easy_font = ["stb-sys/stb_easy_font"]
stb_image = ["stb-sys/stb_image"]
stb_image_resize = ["stb-sys/stb_image_resize"]
stb_image_write = ["stb-sys/stb_image_write"]
stb_perlin = ["stb-sys/stb_perlin"]
stb_rect_pack = ["stb-sys/stb_image_resize"]
stb_truetype = ["stb-sys/stb_truetype"]
stbi_no_bmp = ["stb-sys/stbi_no_bmp"]
stbi_no_gif = ["stb-sys/stbi_no_gif"]
stbi_no_hdr = ["stb-sys/stbi_no_hdr"]
stbi_no_jpeg = ["stb-sys/stbi_no_jpeg"]
stbi_no_linear = ["stb-sys/stbi_no_linear"]
stbi_no_pic = ["stb-sys/stbi_no_pic"]
stbi_no_png = ["stb-sys/stbi_no_png"]
stbi_no_pnm = ["stb-sys/stbi_no_pnm"]
stbi_no_psd = ["stb-sys/stbi_no_psd"]

[package]
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>"]
categories = ["api-bindings", "parsing", "rendering::data-formats", "game-development"]
description = "Safe Rust API for stb libraries"
documentation = "https://docs.rs/stb"
edition = "2018"
keywords = ["stb", "gamedev"]
license = "MIT"
name = "stb"
readme = "../README.md"
repository = "https://github.com/mxpv/stb"
version = "0.3.2"