// SPDX-FileCopyrightText: Copyright (c) 2026 Mike Li/Mikewolfli/Wei Li(mikewolfli@163.com)
// SPDX-License-Identifier: MIT
//! Linux backend platform (sub-module split).
/// Native surface for self-drawn widgets (Linux/GTK).
///
/// Compiled out for `mini`/`embedded`: those profiles have no `widget::runtime`,
/// which this module is built on.
pub
/// Native WebKitGTK web engine (Linux only).
///
/// Holds every `webkit2gtk` reference in the crate so `src/web/` can drive a real
/// browser engine without importing a platform crate — see principle #36.
pub
pub use *;