fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

appveyor: drop legacy mesa-download #1391

Closed mortend closed 3 years ago

mortend commented 3 years ago

The Mesa 3D library (used here as a software OpenGL renderer) has been redundant since at least v1.9 because we've since been using ANGLE for OpenGL support in .NET builds on Windows (translating to Direct3D 9).

This PR contains:

mortend commented 3 years ago