Detect required wgpu version from the bindings

This commit is contained in:
Riyyi
2026-08-30 12:35:59 +02:00
parent bbaf7a0e7b
commit c6fc25aa8f
5 changed files with 89 additions and 58 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
"collections": [
{ "name": "sindri", "path": "src" },
{ "name": "gram", "path": "vendor/gram/src" }
{ "name": "gram", "path": "vendor/gram/src" },
{ "name": "wgpu", "path": "vendor" }
]
}