mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-25 18:58:56 +00:00
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:
parent
9054ff29f0
commit
c60e3fb445
Notes:
github-actions[bot]
2025-07-15 13:11:44 +00:00
Author: https://github.com/cqundefine
Commit: c60e3fb445
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5444
Reviewed-by: https://github.com/Lubrsi ✅
1 changed files with 2 additions and 2 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue