Cargo Features
[dependencies]
opengl-registry = { version = "0.2.0", default-features = false, features = ["include-xml"] }
- default = include-xml
-
The
include-xml
feature is set by default wheneveropengl-registry
is added without
somewhere in the dependency tree.default-features = false - include-xml default
OpenGL-Registry has 2 features without comments.