mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
17 lines
363 B
JSON
17 lines
363 B
JSON
{
|
|
"name": "bootstrap_windows",
|
|
"version": "0.1.0",
|
|
"description": "Windows bootloader. Initializes SDL3 GPU with D3D12 backend.",
|
|
"type": "bootloader",
|
|
"category": "platform",
|
|
"config": {
|
|
"renderer": "d3d12"
|
|
},
|
|
"defaultWorkflow": "workflows/boot.json",
|
|
"workflows": [
|
|
"workflows/boot.json"
|
|
],
|
|
"bundled": true,
|
|
"dependencies": []
|
|
}
|