Cargo Features

[dependencies]
bevy_pxtxt = { version = "0.2.0", default-features = false, features = ["bmp", "png", "jpeg", "gif", "tiff"] }
default = png

The png feature is set by default whenever bevy_pxtxt is added without default-features = false somewhere in the dependency tree.

bmp

Enables bmp of image

png default

Enables png of image

jpeg

Enables jpeg of image

gif

Enables gif of image

tiff

Enables tiff of image

bevy_pxtxt has 6 features without comments.