From d015428853bc8896a6fd3a30c942e6d0021a618b Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Thu, 22 Feb 2024 21:16:39 +0100 Subject: [PATCH] docs: update the readem --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf6c1bf..87a1eb33 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ The following features have been implemented and should work: - Hardware cursors - Pointer constraints - Selecting the primary device in multi-GPU systems +- An OpenGL backend +- A Vulkan backend ### Missing Features @@ -56,7 +58,6 @@ automatically. It is however unavoidable that Jay depends on a number of native libraries: * **libinput.so**: For input event processing. -* **libEGL.so**, **libGLESv2.so**: For OpenGL rendering. * **libgbm.so**: For graphics buffer allocation. * **libxkbcommon.so**: For keymap handling. * **libudev.so**: For device enumeration and hotplug support. @@ -76,6 +77,8 @@ At runtime, Jay depends on the following services being available on the system: Jay as an X client.) * **Logind**: For the metal backend. (Only required if you want to run Jay from a TTY.) +* **libEGL.so**, **libGLESv2.so**: For the OpenGL backend. +* **libvulkan.so**: For the Vulkan backend. ## Building and Installing