Cargo Features

tetromino-xlock-bindings has no features set by default.

[dependencies]
tetromino-xlock-bindings = { version = "0.1.0+v5.77", features = ["download-xlock-source", "generate-xlock-bindings"] }
download-xlock-source = reqwest, tar, tempfile, xz2

Download the xlock(more) source code archive to make it available for binding creation.

generate-xlock-bindings = bindgen

Enable this feature to re-generate the xlock bindings. This may be necessary if your targeted xlock version has changed API/ABI compared to the included bindings.

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.

bindgen build generate-xlock-bindings?
reqwest build download-xlock-source?
tar build download-xlock-source?
tempfile build download-xlock-source?
xz2 build download-xlock-source?