1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 00:37:35 +00:00

LibWeb: Add painting command executor that uses LibAccelGfx

This change introduces a command executor for RecordingPainter that
utilizes LibAccelGfx.
This commit is contained in:
Aliaksandr Kalenik 2023-10-27 17:14:27 +02:00 committed by Andreas Kling
parent 95c154d9bd
commit 7d26cbf523
4 changed files with 300 additions and 0 deletions

View file

@ -405,6 +405,7 @@ endif()
if (BUILD_LAGOM)
# Lagom Libraries
set(lagom_standard_libraries
AccelGfx
Archive
Audio
Compress