Cargo Features
[dependencies]
libde265-sys = { version = "0.1.1", default-features = false, features = ["static", "system", "encoder"] }
- default = system
-
The
system
feature is set by default wheneverlibde265-sys
is added without
somewhere in the dependency tree.default-features = false - static
- system default
- generate-bindings encoder
libde265-sys has 4 features without comments.