Cargo Features

rendy-shader has no features set by default.

[dependencies]
rendy-shader = { version = "0.5.1", features = ["shader-compiler", "spirv-reflection", "serde-1"] }
shader-compiler = shaderc
spirv-reflection = spirv-reflect
serde-1 = serde

Enables serde-1 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).

shaderc shader-compiler?

Enables shaderc ^0.6

serde serde-1?
spirv-reflect spirv-reflection?