rayzee 5.1.0 → 5.2.0

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.
package/README.md CHANGED
@@ -8,7 +8,7 @@ A real-time WebGPU path tracing engine built on Three.js. Framework-agnostic —
8
8
  npm install rayzee three
9
9
  ```
10
10
 
11
- `three` (>=0.170.0) is a required peer dependency. `stats-gl` is installed automatically as a transitive dependency.
11
+ `three` (>=0.183.0) is a required peer dependency. `stats-gl` is installed automatically as a transitive dependency.
12
12
 
13
13
  ## Getting Started
14
14