Files
SDL3CPlusPlus/packages/seed/package.json
2026-01-10 01:43:22 +00:00

24 lines
605 B
JSON

{
"name": "demo-spinning-cube",
"version": "0.1.0",
"description": "Template package describing a boot-to-frame workflow, assets, and validation presets for the demo cube.",
"defaultWorkflow": "workflows/demo_gameplay.json",
"workflows": [
"workflows/demo_gameplay.json"
],
"assets": [
"assets/cube_materials.json"
],
"scene": [
"scene/startup_camera.json"
],
"shaders": [
"shaders/mx_pbr.json"
],
"bundled": true,
"notes": "Follow the workflow->services rule: only steps listed here should be registered at runtime.",
"dependencies": [
"materialx"
]
}