Skip to content

Commit

Permalink
Fix cURL compression issue (now supports deflate, gzip, brotli), remo…
Browse files Browse the repository at this point in the history
…ve ICU dynamic libs, switch to ICU data archive (reduces size by 20MB), reduce binary size, remove SSE 4.1/4.2 requirement on macos/linux, improve CPU renderer performance.
  • Loading branch information
adamjs committed Sep 23, 2020
1 parent bc829f4 commit 3d6e652
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 "4fb9db3d")
set(WEBCORE_REV "28e08902")
set(ULTRALIGHT_REV "02e87ce5")
set(APPCORE_REV "039ca6e")
set(ULTRALIGHTCORE_REV "b271c5d0")
set(WEBCORE_REV "8609dbb8")
set(ULTRALIGHT_REV "4ecb5f9f")
set(APPCORE_REV "2a89fec")

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

0 comments on commit 3d6e652

Please sign in to comment.