Cargo Features

[dependencies]
delight-sys = { version = "0.1.2", default-features = false, features = ["link_lib3delight", "download_lib3delight", "dlopen2"] }
default = dlopen2

The dlopen2 feature is set by default whenever delight-sys is added without default-features = false somewhere in the dependency tree.

Specify this to link agains lib3delight

Enables link_lib3delight of delight-build

download_lib3delight build

Download an outdated version of lib3delight during build

Enables download_lib3delight of delight-build

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.

dlopen2 default

Enables dlopen2 ^0.6