Cargo Features
[dependencies]
headless_browser = { version = "0.1.22", default-features = false, features = ["jemalloc", "physical_gpu"] }
- default = jemalloc
-
The
jemalloc
feature is set by default wheneverheadless_browser
is added without
somewhere in the dependency tree.default-features = false - jemalloc default
-
Enables tikv-jemallocator
- physical_gpu
-
Enables physical_gpu of headless_browser_lib
headless_browser has 3 features without comments.