Cargo Features
[dependencies]
projectm = { version = "3.1.2", default-features = false, features = ["playlist", "static"] }
- default = playlist
-
The
playlist
feature is set by default wheneverprojectm
is added without
somewhere in the dependency tree.default-features = false - playlist default
-
Enables playlist of projectm-sys
- static
-
Enables static of projectm-sys
projectM has 3 features without comments.