Cargo Features

TexturePacker has no features set by default.

[dependencies]
texture_packer = { version = "0.29.0", features = ["common", "gif", "ico", "jpeg", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr"] }
common = bmp, gif, jpeg, png, tga
gif common?

Enables gif of image

ico

Enables ico of image

jpeg common?

Enables jpeg of image

png common?

Enables png of image

pnm

Enables pnm of image

tga common?

Enables tga of image

tiff

Enables tiff of image

webp

Enables webp of image

bmp common?

Enables bmp of image

hdr

Enables hdr of image

TexturePacker has 11 features without comments.