Cargo Features
[dependencies]
texture2ddecoder = { version = "0.1.1", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default whenevertexture2ddecoder
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
pvrtc::decode_pvrtc
…