Cargo Features
[dependencies]
bevy_retrograde_core = { version = "0.2.0", default-features = false, features = ["gif", "jpeg", "png", "tga", "tiff", "webp", "bmp"] }
- default = jpeg, png
-
These default features are set whenever
bevy_retrograde_core
is added without
somewhere in the dependency tree.default-features = false - gif
-
Enables gif of image ^0.23.14
- jpeg default
-
Enables jpeg of image ^0.23.14
- png default
-
Enables png of image ^0.23.14
- tga
-
Enables tga of image ^0.23.14
- tiff
-
Enables tiff of image ^0.23.14
- webp
-
Enables webp of image ^0.23.14
- bmp
-
Enables bmp of image ^0.23.14
bevy_retrograde_core has 8 features without comments.