Skip to content

Commit

Permalink
Fix several rendering bugs (path strokes, alpha blending) in CPU rend…
Browse files Browse the repository at this point in the history
…erer. Fix ref-counting issue with JSString.
  • Loading branch information
adamjs committed Feb 18, 2022
1 parent 15aac24 commit 32decc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 "a44858d0")
set(ULTRALIGHTCORE_REV "aa5aeef7")
set(WEBCORE_REV "fcd0b784")
set(ULTRALIGHT_REV "f95886c3")
set(APPCORE_REV "c2133f0")
set(APPCORE_REV "a0111c9")

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

0 comments on commit 32decc7

Please sign in to comment.