mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Start adding pkg lines for vendor.
This commit is contained in:
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ CoreVideo ; https://developer.apple.com/documentation/corevideo ]].
|
||||
package CoreVideo
|
||||
|
||||
DisplayLinkRef :: distinct rawptr
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ Metal ; https://developer.apple.com/documentation/metal ]].
|
||||
package objc_Metal
|
||||
|
||||
import NS "core:sys/darwin/Foundation"
|
||||
|
||||
Vendored
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ MetalKit ; https://developer.apple.com/documentation/metalkit ]].
|
||||
package objc_MetalKit
|
||||
|
||||
import NS "core:sys/darwin/Foundation"
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// Bindings for [[ QuartzCore ; https://developer.apple.com/documentation/quartzcore ]].
|
||||
package objc_QuartzCore
|
||||
|
||||
import NS "core:sys/darwin/Foundation"
|
||||
|
||||
Reference in New Issue
Block a user