Meta: Fix the angle version

The version in the angle portfile, angle vcpkg and ladybird vcpkg was
not the same.
This commit is contained in:
Undefine 2025-07-14 22:41:56 +02:00 committed by Luke Wilde
commit c60e3fb445
Notes: github-actions[bot] 2025-07-15 13:11:44 +00:00

View file

@ -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."