mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 11:37:45 +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:
parent
95c154d9bd
commit
7d26cbf523
4 changed files with 300 additions and 0 deletions
|
@ -405,6 +405,7 @@ endif()
|
|||
if (BUILD_LAGOM)
|
||||
# Lagom Libraries
|
||||
set(lagom_standard_libraries
|
||||
AccelGfx
|
||||
Archive
|
||||
Audio
|
||||
Compress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue