Correct import paths

This commit is contained in:
gingerBill
2022-02-16 00:14:16 +00:00
parent d64e3b672c
commit 135091ddbe
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
//+build darwin
package objc_Foundation
import NS "core:sys/darwin/Foundation"
import NS "vendor:darwin/Foundation"
Rect :: struct {
x, y: f64,