Cargo Features

TexturePacker has no features set by default.

[dependencies]
texture_packer = { version = "0.28.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 ^0.24.1

ico

Enables ico of image ^0.24.1

jpeg common?

Enables jpeg of image ^0.24.1

png common?

Enables png of image ^0.24.1

pnm

Enables pnm of image ^0.24.1

tga common?

Enables tga of image ^0.24.1

tiff

Enables tiff of image ^0.24.1

webp

Enables webp of image ^0.24.1

bmp common?

Enables bmp of image ^0.24.1

hdr

Enables hdr of image ^0.24.1

TexturePacker has 11 features without comments.