@rings-webgpu/core 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40534,7 +40534,7 @@ fn CsMain( @builtin(workgroup_id) workgroup_id : vec3<u32> , @builtin(global_inv
40534
40534
  }
40535
40535
  }
40536
40536
 
40537
- const version = "1.0.7";
40537
+ const version = "1.0.8";
40538
40538
 
40539
40539
  class Engine3D {
40540
40540
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rings-webgpu/core",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Rings webgpu Engine",
5
5
  "main": "index.js",
6
6
  "exports": {