mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"name": "bootstrap_mac",
|
|
"version": "0.1.0",
|
|
"description": "macOS bootloader. Initializes SDL3 GPU with Metal backend.",
|
|
"type": "bootloader",
|
|
"category": "platform",
|
|
"config": {
|
|
"renderer": "metal"
|
|
},
|
|
"defaultWorkflow": "workflows/boot.json",
|
|
"workflows": [
|
|
"workflows/boot.json"
|
|
],
|
|
"bundled": true,
|
|
"dependencies": []
|
|
}
|