Vendor dependencies for 0.3.0 release

This commit is contained in:
2025-09-27 10:29:08 -05:00
parent 0c8d39d483
commit 82ab7f317b
26803 changed files with 16134934 additions and 0 deletions

46
vendor/objc2-metal/Cargo.modified.toml vendored Normal file
View File

@@ -0,0 +1,46 @@
[[example]]
name = "triangle"
required-features = [
"objc2-app-kit/NSGraphics",
"objc2-app-kit/NSWindow",
"objc2-app-kit/NSResponder",
"objc2-app-kit/NSApplication",
"objc2-app-kit/NSRunningApplication",
"objc2-app-kit/NSView",
"objc2-foundation/NSError",
"objc2-foundation/NSString",
"objc2-foundation/NSDate",
"objc2-foundation/NSNotification",
"objc2-foundation/NSThread",
"objc2-foundation/NSGeometry",
"MTLAccelerationStructureTypes",
"MTLLibrary",
"MTLRenderPipeline",
"MTLRenderCommandEncoder",
"MTLCommandBuffer",
"MTLCommandEncoder",
"MTLCommandQueue",
"MTLPixelFormat",
"MTLDevice",
"MTLDrawable",
"MTLRenderPass",
"objc2-quartz-core/objc2-metal",
"objc2-metal-kit/MTKView",
"objc2-metal-kit/objc2-app-kit",
"objc2-metal-kit/objc2-quartz-core",
]
[features]
# Private framework functionality
#
# These functions/methods are all marked `unsafe`, since they may not always
# exist.
unstable-private = [
"objc2-foundation/NSString",
"objc2-foundation/NSError",
]
[dev-dependencies]
objc2-app-kit = { path = "../objc2-app-kit" }
objc2-quartz-core = { path = "../objc2-quartz-core" }
objc2-metal-kit = { path = "../objc2-metal-kit" }