webkit2gtk-nvidia-quirk
Session-aware workarounds for WebKitGTK rendering issues on Linux with NVIDIA driver.
Quick Start
See the full documentation for detailed API information.
License
MIT
Session-aware workarounds for WebKitGTK rendering issues on Linux with NVIDIA driver.
#[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.
MIT