Cargo Features

three-d-asset has no features set by default.

[dependencies]
three-d-asset = { version = "0.7.0", features = ["http", "http-rustls", "data-url", "png", "jpeg", "hdr", "tiff", "tga", "gif", "bmp", "obj", "gltf", "pcd", "vol", "serde"] }
http

Enables default-tls of reqwest ^0.11

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

http-rustls

Enables rustls-tls of reqwest ^0.11

data-url

Enables data-url

png

Enables png of image ^0.24

jpeg

Enables jpeg of image ^0.24

hdr

Enables hdr of image ^0.24

tiff

Enables tiff of image ^0.24

tga

Enables tga of image ^0.24

gif

Enables gif of image ^0.24

bmp

Enables bmp of image ^0.24

obj = wavefront_obj
gltf

Enables gltf

pcd = pcd-rs
vol
serde

Enables serde, serde of cgmath and half

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.

reqwest http? http-rustls?

Enables reqwest ^0.11

wavefront_obj obj?
image bmp? gif? hdr? jpeg? png? tga? tiff?

Enables image ^0.24

pcd-rs pcd?

Enables pcd-rs ^0.10