implement hardware acceleration more dynamically

This commit is contained in:
Aiden McClelland
2025-12-30 13:21:42 -07:00
parent 65e0a64c24
commit ec05f67087
8 changed files with 136 additions and 40 deletions

View File

@@ -90,5 +90,6 @@ export function buildManifest<
)
: manifest.hardwareRequirements?.arch,
},
hardwareAcceleration: manifest.hardwareAcceleration ?? false,
}
}