Cargo Features

[dependencies]
stb = { version = "0.3.2", default-features = false, features = ["stb_easy_font", "stb_dxt", "stb_dxt_use_rounding_bias", "stb_image", "stbi_no_linear", "stbi_no_jpeg", "stbi_no_png", "stbi_no_bmp", "stbi_no_psd", "stbi_no_gif", "stbi_no_hdr", "stbi_no_pic", "stbi_no_pnm", "stb_image_write", "stb_perlin", "stb_rect_pack", "stb_image_resize", "stb_truetype"] }
default = stb_dxt, stb_easy_font, stb_image, stb_image_resize, stb_image_write, stb_perlin, stb_rect_pack, stb_truetype

These default features are set whenever stb is added without default-features = false somewhere in the dependency tree.

stb_easy_font default

Easy font

Enables stb_easy_font of stb-sys

Affects stb::easy_font

stb_dxt default

DXT

Enables stb_dxt of stb-sys

Affects stb::dxt

stb_dxt_use_rounding_bias

Enables stb_dxt_use_rounding_bias of stb-sys

stb_image default

Image

Enables stb_image of stb-sys

Affects stb::image

stbi_no_linear

Enables stbi_no_linear of stb-sys

stbi_no_jpeg

Enables stbi_no_jpeg of stb-sys

stbi_no_png

Enables stbi_no_png of stb-sys

stbi_no_bmp

Enables stbi_no_bmp of stb-sys

stbi_no_psd

Enables stbi_no_psd of stb-sys

stbi_no_gif

Enables stbi_no_gif of stb-sys

stbi_no_hdr

Enables stbi_no_hdr of stb-sys

stbi_no_pic

Enables stbi_no_pic of stb-sys

stbi_no_pnm

Enables stbi_no_pnm of stb-sys

stb_image_write default

Image write

Enables stb_image_write of stb-sys

Affects stb::image_write

stb_perlin default

Perlin

Enables stb_perlin of stb-sys

Affects stb::perlin

stb_rect_pack default

To be implemented

Enables stb_image_resize of stb-sys

stb_image_resize default

Enables stb_image_resize of stb-sys

stb_truetype default

Enables stb_truetype of stb-sys