Implement generic pipeline caching

This commit is contained in:
Timon
2026-06-16 19:09:04 +00:00
parent b1d8ac0e64
commit 78618d28a8
27 changed files with 581 additions and 431 deletions
+1
View File
@@ -61,6 +61,7 @@ reqwest = { workspace = true }
image = { workspace = true }
base64 = { workspace = true }
wgpu = { workspace = true }
bytemuck = { workspace = true }
# Optional local dependencies
graphene-canvas-utils = { workspace = true, optional = true }