Cargo Features

rendy-mesh has no features set by default.

[dependencies]
rendy-mesh = { version = "0.5.1", features = ["obj", "serde-1", "no-slow-safety-checks"] }
obj = wavefront_obj

Affects format::obj

serde-1 = serde, serde_bytes

Enables serde-1 of rendy-factory, serde of smallvec ^0.6

no-slow-safety-checks

Enables no-slow-safety-checks of rendy-core

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

serde serde-1?
wavefront_obj obj?

Enables wavefront_obj ^6.0

serde_bytes serde-1?