Cargo Features

[dependencies]
libobs-sources = { version = "2.0.4", default-features = false, features = ["window-list", "blocking"] }
default = window-list

The window-list feature is set by default whenever libobs-sources is added without default-features = false somewhere in the dependency tree.

window-list default

Enables libobs-window-helper

blocking

Enables remove-async-await, blocking of libobs-wrapper

libobs-sources has 3 features without comments.