From 0ccaf5bd68eeb84fb68afa56acb61074977d21c1 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 10 Jul 2023 12:50:38 +0200 Subject: [PATCH] readme: drop reference to OpenGL backend The experimental OpenGL backend has been removed in [1]. Let's drop the stale reference from the README. [1]: https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/287 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 025f8486d..ebe3f99e1 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,7 @@ What is cairo Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the X Window System (via both Xlib and XCB), quartz, win32, and image buffers, -as well as PDF, PostScript, and SVG file output. Experimental backends -include OpenGL. +as well as PDF, PostScript, and SVG file output. Cairo is designed to produce consistent output on all output media while taking advantage of display hardware acceleration when available