Fix imports to be case sensitive correct

This commit is contained in:
gingerBill
2024-01-17 16:26:18 +00:00
parent a2e729c303
commit 12e53f2336
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
package glfw
import NS "vendor:darwin/foundation"
import NS "vendor:darwin/Foundation"
when GLFW_SHARED {
#panic("Dynamic linking for glfw is not supported for darwin yet")