Start adding pkg lines for vendor.

This commit is contained in:
Jeroen van Rijn
2025-10-10 15:31:33 +02:00
parent e1d8ece408
commit a42f81edeb
11 changed files with 11 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
// Bindings for [[ CoreVideo ; https://developer.apple.com/documentation/corevideo ]].
package CoreVideo
DisplayLinkRef :: distinct rawptr
+1
View File
@@ -1,3 +1,4 @@
// Bindings for [[ Metal ; https://developer.apple.com/documentation/metal ]].
package objc_Metal
import NS "core:sys/darwin/Foundation"
+1
View File
@@ -1,3 +1,4 @@
// Bindings for [[ MetalKit ; https://developer.apple.com/documentation/metalkit ]].
package objc_MetalKit
import NS "core:sys/darwin/Foundation"
+1
View File
@@ -1,3 +1,4 @@
// Bindings for [[ QuartzCore ; https://developer.apple.com/documentation/quartzcore ]].
package objc_QuartzCore
import NS "core:sys/darwin/Foundation"