From c60e3fb44549a897a97b4b087acf24f4381b3ccd Mon Sep 17 00:00:00 2001 From: Undefine Date: Mon, 14 Jul 2025 22:41:56 +0200 Subject: [PATCH] Meta: Fix the angle version The version in the angle portfile, angle vcpkg and ladybird vcpkg was not the same. --- Meta/CMake/vcpkg/overlay-ports/angle/vcpkg.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Meta/CMake/vcpkg/overlay-ports/angle/vcpkg.json b/Meta/CMake/vcpkg/overlay-ports/angle/vcpkg.json index ca7bc2c3f77..d036fda8393 100644 --- a/Meta/CMake/vcpkg/overlay-ports/angle/vcpkg.json +++ b/Meta/CMake/vcpkg/overlay-ports/angle/vcpkg.json @@ -1,7 +1,7 @@ { "name": "angle", - "version-string": "chromium_5414", - "port-version": 9, + "version-string": "chromium_7258", + "port-version": 0, "description": [ "A conformant OpenGL ES implementation for Windows, Mac and Linux.", "The goal of ANGLE is to allow users of multiple operating systems to seamlessly run WebGL and other OpenGL ES content by translating OpenGL ES API calls to one of the hardware-supported APIs available for that platform. ANGLE currently provides translation from OpenGL ES 2.0 and 3.0 to desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Support for translation from OpenGL ES to Vulkan is underway, and future plans include compute shader support (ES 3.1) and MacOS support."