mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:37:35 +00:00
PixelPaint: Use ImageDecoder to load images out-of-process
This sandboxes the image decoding work done by PixelPaint to prevent bugs in the decoding framework from compromising PixelPaint itself. :^)
This commit is contained in:
parent
92203c9821
commit
68a307be4e
3 changed files with 35 additions and 14 deletions
|
@ -28,4 +28,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(PixelPaint ICON app-pixel-paint)
|
||||
target_link_libraries(PixelPaint LibGUI LibGfx)
|
||||
target_link_libraries(PixelPaint LibImageDecoderClient LibGUI LibGfx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue