webkit2gtk-nvidia-quirk 1.3.0

WebKitGTK DMABUF renderer quirk for NVIDIA/Mesa drivers on Linux
Documentation

webkit2gtk-nvidia-quirk

Crates.io License: MIT

Session-aware workarounds for WebKitGTK rendering issues on Linux with NVIDIA driver.

Quick Start

#[cfg(target_os == "linux")]
{
    use webkit2gtk_nvidia_quirk::{apply_workaround_with_options, ApplyWorkaroundOptions};

    apply_workaround_with_options(ApplyWorkaroundOptions::default());
}

See the full documentation for detailed API information.

License

MIT