Cargo Features

tetromino has no features set by default.

[dependencies]
tetromino = { version = "0.1.2", features = ["generate-opengl-bindings", "nightly"] }
generate-opengl-bindings = gl_generator

Enable this feature to re-generate the OpenGL bindings. This is generally not relevant to users.

nightly

Enable code paths requiring a nightly toolchain. This feature is only meant to be used for testing and benchmarking purposes. The game itself is expected to work on stable.

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.

gl_generator build generate-opengl-bindings?