Cargo Features
[dependencies]
image_dds = { version = "0.6.1", default-features = false, features = ["encode", "image", "ddsfile", "strum", "serde", "arbitrary"] }
- default = ddsfile, encode, image, strum
-
These default features are set whenever
image_dds
is added without
somewhere in the dependency tree.default-features = false - encode default
-
Enables intel_tex_2
Affects
dds::dds_from_image
,dds::dds_from_imagef32
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- image default
-
Affects
dds::image_from_dds
,dds::imagef32_from_dds
,dds::dds_from_image
,dds::dds_from_imagef32
… - ddsfile default
- strum default
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data