Skip to content

Commit

Permalink
Fix various crashes, add Bitmap::LockPixelsSafe() and LockedPixels<>.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjs committed Feb 16, 2022
1 parent 6928662 commit 15aac24
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 "9403c6ec")
set(WEBCORE_REV "b2c8476a")
set(ULTRALIGHT_REV "c31c2fba")
set(APPCORE_REV "ff83416")
set(ULTRALIGHTCORE_REV "a44858d0")
set(WEBCORE_REV "fcd0b784")
set(ULTRALIGHT_REV "f95886c3")
set(APPCORE_REV "c2133f0")

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

0 comments on commit 15aac24

Please sign in to comment.