Move vendor:darwin/Foundation to core:sys/darwin/Foundation

This commit is contained in:
gingerBill
2024-04-08 13:47:46 +01:00
parent 16dc79fc5c
commit ef82f3e71e
41 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
package glfw
import NS "vendor:darwin/Foundation"
import NS "core:sys/darwin/Foundation"
@(default_calling_convention="c", link_prefix="glfw")
foreign {