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 wheneverdelight-sys
is added without
somewhere in the dependency tree.default-features = false - link_lib3delight build
-
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