Cargo Features
[dependencies]
libobs-simple = { version = "8.0.1+32.0.2", default-features = false, features = ["generate_bindings", "window-list", "enable_runtime"] }
- default = enable_runtime, window-list
-
These default features are set whenever
libobs-simpleis added withoutsomewhere in the dependency tree.default-features = false - generate_bindings
-
Enables generate_bindings of libobs and libobs-wrapper
- window-list default
-
Enables libobs-window-helper
- enable_runtime default
-
Enables enable_runtime of libobs-wrapper
libobs-simple has 4 features without comments.