Skip to content

Commit

Permalink
Add Config::bitmap_alignment so users can customize the alignment of …
Browse files Browse the repository at this point in the history
…the resulting Bitmap painted by the CPU renderer when the default BitmapSurfaceFactory is used.
  • Loading branch information
adamjs committed Jan 10, 2022
1 parent 2613b40 commit 6928662
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ elseif (PORT MATCHES "UltralightWin")
endif ()
endif ()

set(ULTRALIGHTCORE_REV "afa3fd7f")
set(WEBCORE_REV "a7aa2d1b")
set(ULTRALIGHT_REV "8d4c7064")
set(APPCORE_REV "b0e2023")
set(ULTRALIGHTCORE_REV "9403c6ec")
set(WEBCORE_REV "b2c8476a")
set(ULTRALIGHT_REV "c31c2fba")
set(APPCORE_REV "ff83416")

set(ULTRALIGHTCORE_DIR "${CMAKE_CURRENT_BINARY_DIR}/deps/UltralightCore/")
set(WEBCORE_DIR "${CMAKE_CURRENT_BINARY_DIR}/deps/WebCore/")
Expand Down

0 comments on commit 6928662

Please sign in to comment.