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