Cargo Features

[dependencies]
rp-cvideo = { version = "0.1.1", default-features = false, features = ["rp2040", "rp235x", "embedded-graphics-driver"] }
default = rp2040

The rp2040 feature is set by default whenever rp-cvideo is added without default-features = false somewhere in the dependency tree.

rp2040 default = rp2040-hal
rp235x = rp235x-hal
embedded-graphics-driver

Enables embedded-graphics-driver of rp-cvideo-core

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.

rp2040-hal rp2040

Enables rp2040-hal ^0.11.0

rp235x-hal rp235x?

Enables rp235x-hal ^0.3.0