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