Cargo Features

glsl-lang-pp has no features set by default.

[dependencies]
glsl-lang-pp = { version = "0.7.2", features = ["full", "exts"] }
full = bimap, cbitset, exts, itertools, rowan, static_assertions

Affects glsl-lang-pp::last, glsl-lang-pp::processor

exts full? = once_cell

Affects glsl-lang-pp::exts

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.

rowan full?

Enables rowan ^0.15

Preprocessor

cbitset full?
static_assertions full?
bimap full?
itertools full?
once_cell exts?

Enables once_cell

Extension registry