Skip to content

Commit

Permalink
Fix image scaling issue in CPU renderer. Fix memory growth issue with…
Browse files Browse the repository at this point in the history
… large, shortly-lived images.
  • Loading branch information
adamjs committed Dec 5, 2020
1 parent 248b91b commit 29d845f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ elseif (PORT MATCHES "UltralightWin")
endif ()
endif ()

set(ULTRALIGHTCORE_REV "d8fa9af0")
set(WEBCORE_REV "c19c1980")
set(ULTRALIGHT_REV "0bee5384")
set(ULTRALIGHTCORE_REV "10f827b9")
set(WEBCORE_REV "88630b80")
set(ULTRALIGHT_REV "193592e1")
set(APPCORE_REV "b4326cd")

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

0 comments on commit 29d845f

Please sign in to comment.