aboutsummaryrefslogtreecommitdiff
path: root/vendor/darwin/MetalKit
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2024-04-08 16:30:44 +0100
committerGitHub <noreply@github.com>2024-04-08 16:30:44 +0100
commita00d96c0de2c0b6e4df76e58c1c394373e173751 (patch)
treec12fb1c6a72d3c5282b1ff5a4ae241c11334a3c1 /vendor/darwin/MetalKit
parentecac3aef3275e199deac2ce568647d14049f9e49 (diff)
parentef82f3e71e6ad08ecffa578b44a6dd1323676f0b (diff)
Merge pull request #3395 from odin-lang/darwin-reorganizationdev-2024-04
Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`
Diffstat (limited to 'vendor/darwin/MetalKit')
-rw-r--r--vendor/darwin/MetalKit/MetalKit.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/darwin/MetalKit/MetalKit.odin b/vendor/darwin/MetalKit/MetalKit.odin
index 060824923..34a87cf42 100644
--- a/vendor/darwin/MetalKit/MetalKit.odin
+++ b/vendor/darwin/MetalKit/MetalKit.odin
@@ -1,6 +1,6 @@
package objc_MetalKit
-import NS "vendor:darwin/Foundation"
+import NS "core:sys/darwin/Foundation"
import MTL "vendor:darwin/Metal"
import CA "vendor:darwin/QuartzCore"
import "base:intrinsics"