Cargo Features

Shaderc has no features set by default.

[dependencies]
shaderc = { version = "0.8.3", features = ["build-from-source", "prefer-static-linking"] }
build-from-source

Enables build-from-source of shaderc-sys

prefer-static-linking

Enables prefer-static-linking of shaderc-sys

Shaderc has 2 features without comments.