Skip to content

Commit

Permalink
Fix dependency issues on Linux and Windows, add Linux audio support (…
Browse files Browse the repository at this point in the history
…pulse), fix crash when drawing box shadows with CPU renderer, significantly improve performance of CPU renderer, significantly improve JavaScript and layout performance (mimalloc enabled across all platforms), fix various rendering issues in CPU renderer.
  • Loading branch information
adamjs committed Sep 2, 2021
1 parent b8daecd commit fe99484
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 "93e247b6")
set(WEBCORE_REV "0a3f4d43")
set(ULTRALIGHT_REV "6fefa44e")
set(APPCORE_REV "ce28bee")
set(ULTRALIGHTCORE_REV "126ae8be")
set(WEBCORE_REV "1402d16b")
set(ULTRALIGHT_REV "5a8cb0c9")
set(APPCORE_REV "3c460e1")

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

0 comments on commit fe99484

Please sign in to comment.