diff options
| author | gingerBill <bill@gingerbill.org> | 2024-04-08 13:47:46 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2024-04-08 13:47:46 +0100 |
| commit | ef82f3e71e6ad08ecffa578b44a6dd1323676f0b (patch) | |
| tree | ba4e440668cde468d90a2cbdb3a4ce68a2b15277 /examples | |
| parent | 16dc79fc5c98228471ed57eb0f8e853de739f6d9 (diff) | |
Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_vendor.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin index 04a64ecb4..9093e0f3e 100644 --- a/examples/all/all_vendor.odin +++ b/examples/all/all_vendor.odin @@ -62,7 +62,7 @@ _ :: xlib // NOTE: needed for doc generator -import NS "vendor:darwin/Foundation" +import NS "core:sys/darwin/Foundation" import MTL "vendor:darwin/Metal" import MTK "vendor:darwin/MetalKit" import CA "vendor:darwin/QuartzCore" |