aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/angle/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/angle/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/angle/vcpkg.json')
-rw-r--r--vcpkg/ports/angle/vcpkg.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/angle/vcpkg.json b/vcpkg/ports/angle/vcpkg.json
new file mode 100644
index 0000000..29010f5
--- /dev/null
+++ b/vcpkg/ports/angle/vcpkg.json
@@ -0,0 +1,34 @@
+{
+ "name": "angle",
+ "version-string": "chromium_7258",
+ "port-version": 2,
+ "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."
+ ],
+ "homepage": "https://github.com/google/angle",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ "egl-registry",
+ "opengl-registry",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ {
+ "name": "vcpkg-get-python-packages",
+ "host": true
+ },
+ "zlib"
+ ],
+ "features": {
+ "metal": {
+ "description": "Metal support for angle",
+ "supports": "osx | ios"
+ }
+ }
+}