diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2024-04-08 16:30:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 16:30:44 +0100 |
| commit | a00d96c0de2c0b6e4df76e58c1c394373e173751 (patch) | |
| tree | c12fb1c6a72d3c5282b1ff5a4ae241c11334a3c1 /examples/all | |
| parent | ecac3aef3275e199deac2ce568647d14049f9e49 (diff) | |
| parent | ef82f3e71e6ad08ecffa578b44a6dd1323676f0b (diff) | |
Merge pull request #3395 from odin-lang/darwin-reorganizationdev-2024-04
Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`
Diffstat (limited to 'examples/all')
| -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" |