Cargo Features

[dependencies]
projectm = { version = "3.1.2", default-features = false, features = ["playlist", "static"] }
default = playlist

The playlist feature is set by default whenever projectm is added without default-features = false somewhere in the dependency tree.

playlist default

Enables playlist of projectm-sys

static

Enables static of projectm-sys

projectM has 3 features without comments.