1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Update to CEF 121.3.13

This commit is contained in:
salvadordf
2024-02-17 09:46:42 +01:00
parent 024fb7ab58
commit 2f4ff1b1f6
10 changed files with 1641 additions and 12 deletions

View File

@ -1932,6 +1932,10 @@ begin
TempList.Add(TempDir + 'vulkan-1.dll');
TempList.Add(TempDir + 'libEGL.dll');
TempList.Add(TempDir + 'libGLESv2.dll');
{$IFDEF WIN64}
TempList.Add(TempDir + 'dxcompiler.dll');
TempList.Add(TempDir + 'dxil.dll');
{$ENDIF}
{$ENDIF}
{$IFDEF LINUX}
TempList.Add(TempDir + 'libEGL.so');