1//! Platform-specific integrations used by `cbf-chrome`. 2 3/// macOS-specific platform bindings and view helpers. 4#[cfg(target_os = "macos")] 5pub mod macos;