cbf-compositor 0.1.0-alpha.1

Scene-based browser surface compositor for CBF applications.
Documentation
1
2
3
4
5
6
7
8
//! Backend-specific event adapters for `cbf-compositor`.
//!
//! This module translates backend-native events into compositor state updates
//! without leaking backend details into the public scene model.

/// Chrome-specific adapters for surface handles and popup lifecycle events.
#[cfg(feature = "chrome")]
pub mod chrome;