cbf-chrome 0.1.0-alpha.3

Chromium-specific safe API layer for CBF.
Documentation
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;