Cargo Features

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

[dependencies]
glsl-lang-pp = { version = "0.5.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

Preprocessor

cbitset full?
static_assertions full?
bimap full?
itertools full?

Enables itertools ^0.10

once_cell exts?

Enables once_cell

Extension registry