LukasBanana / LLGL

Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
BSD 3-Clause "New" or "Revised" License
2.03k stars 135 forks source link

Add commands to install package #81

Closed autoantwort closed 1 year ago

autoantwort commented 1 year ago

This was currently patched in by vcpkg for an old version. I updated it so it works with the current version + make it work with find_package

LukasBanana commented 1 year ago

Thanks for your contribution, I'll merge as is.