Framework Capabilities
Framework capabilities section specifically introduces flor's optional capabilities. They are mostly enabled through Cargo features, and after enabling they expose the corresponding API, event builder or platform behavior.
If you just want to look up all feature names, first see Quick Overview. This section explains platform capabilities in detail: what you can do after enabling, where the entry point is, and which tutorials/APIs are related.
Platform Capabilities
event-loop-wakeup is the base feature for event loop wake-up. Applications typically don't need to enable it separately; cross-thread-window-creation depends on it, and cross-thread-window-commands uses the same wake-up capability.
Event-type capabilities usually also need to be paired with Event Builder use; complete handler signature and current dispatch status see Handler API.

