diff options
| author | Laytan Laats <laytanlaats@hotmail.com> | 2024-11-01 16:47:48 +0100 |
|---|---|---|
| committer | Laytan Laats <laytanlaats@hotmail.com> | 2024-11-01 16:47:48 +0100 |
| commit | 80393cb708ffdb40caf152974abf497db5691b72 (patch) | |
| tree | c3f1efe1e74a55156d3a33d7b50dcee134e3be34 /examples | |
| parent | 7fd32a74c57766c570fbf5b178f9e31bd9b558bf (diff) | |
add CoreFoundation and Security to docs
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_vendor.odin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin index 1ab1debea..b224a3bbe 100644 --- a/examples/all/all_vendor.odin +++ b/examples/all/all_vendor.odin @@ -63,11 +63,15 @@ _ :: xlib // NOTE: needed for doc generator import NS "core:sys/darwin/Foundation" +import CF "core:sys/darwin/CoreFoundation" +import SEC "core:sys/darwin/Security" import MTL "vendor:darwin/Metal" import MTK "vendor:darwin/MetalKit" import CA "vendor:darwin/QuartzCore" _ :: NS +_ :: CF +_ :: SEC _ :: MTL _ :: MTK _ :: CA |