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