1
0
mirror of https://github.com/glfw/glfw.git synced 2025-04-12 03:42:01 +00:00
Commit Graph

54 Commits

Author SHA1 Message Date
Camilla Löwy
b55a517ae0 Add credit
Related to 
2021-11-22 21:32:34 +01:00
Camilla Löwy
999962bd2f Update changelog and add credit
Related to 
2021-10-27 23:14:19 +02:00
Camilla Löwy
76a5f781db Add glfwInitVulkanLoader
This removes the GLFW_VULKAN_STATIC CMake option and the
_GLFW_VULKAN_STATIC configuration macro and replaces them with the
glfwInitVulkanLoader function, allowing a single library binary to
provide both behaviors.

This is based on the design from PR  by @pmuetschard.

Closes 
Closes 
2021-10-27 18:22:05 +02:00
Camilla Löwy
53d7622a3a Move list of contributors to separate file
Fixes 
2021-10-27 18:19:38 +02:00