Cargo Features

Impellers has no features set by default.

[dependencies]
impellers = { version = "0.2.0", features = ["sys", "prebuilt_libs", "static_link", "debug_static_link", "cache_libs"] }
sys

Affects impellers::sys

prebuilt_libs cache_libs? static_link?

This downloads and links the prebuilt-libs of impeller using curl and tar.

enables static linking with stripped libs (only on linux or windows x64)

static links prebuilt libs that have debug info (only on linux or windows x64)

cache_libs = prebuilt_libs

will create a .impeller_cache beside target directory and stores the downloaded libraries Will skip redownloading libs if they can be found in .impeller_cache. please add the directory to .gitignore