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 wheneverlibobs-sources
is added without
somewhere in the dependency tree.default-features = false - window-list default
-
Enables libobs-window-helper
- blocking
-
Enables remove-async-await, blocking of libobs-wrapper
libobs-sources has 3 features without comments.