Cargo Features

[dependencies]
glossy_codegen = { version = "0.2.0", default-features = false, features = ["optimizer"] }
default = optimizer

The optimizer feature is set by default whenever glossy_codegen is added without default-features = false somewhere in the dependency tree.

optimizer default = glsl-optimizer-sys, libc

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.

glsl-optimizer-sys optimizer
libc optimizer