Add option to link to glfw3 dynamically

This commit is contained in:
bumbread
2023-03-01 03:05:04 +11:00
parent dfee7c103e
commit 0d65c6dcf7
3 changed files with 25 additions and 7 deletions
+3
View File
@@ -1,5 +1,8 @@
package glfw
/* Config */
GLFW_DYNAMIC :: #config(GLFW_DYNAMIC, false)
/*** Constants ***/
/* Versions */
VERSION_MAJOR :: 3