@thi.ng/webgl 6.6.2 → 6.6.3
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/CHANGELOG.md +1 -1
- package/README.md +2 -4
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -119,11 +119,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 11.41 KB
|
|
|
119
119
|
|
|
120
120
|
## Usage examples
|
|
121
121
|
|
|
122
|
-
Several
|
|
122
|
+
Several projects in this repo's
|
|
123
123
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
124
|
-
directory are using this package
|
|
125
|
-
|
|
126
|
-
A selection:
|
|
124
|
+
directory are using this package:
|
|
127
125
|
|
|
128
126
|
| Screenshot | Description | Live demo | Source |
|
|
129
127
|
|:-----------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/webgl",
|
|
3
|
-
"version": "6.6.
|
|
3
|
+
"version": "6.6.3",
|
|
4
4
|
"description": "WebGL & GLSL abstraction layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,22 +38,22 @@
|
|
|
38
38
|
"test": "testament test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/adapt-dpi": "^2.2.
|
|
41
|
+
"@thi.ng/adapt-dpi": "^2.2.22",
|
|
42
42
|
"@thi.ng/api": "^8.9.6",
|
|
43
|
-
"@thi.ng/associative": "^6.3.
|
|
43
|
+
"@thi.ng/associative": "^6.3.16",
|
|
44
44
|
"@thi.ng/checks": "^3.4.6",
|
|
45
45
|
"@thi.ng/equiv": "^2.1.31",
|
|
46
46
|
"@thi.ng/errors": "^2.4.0",
|
|
47
47
|
"@thi.ng/logger": "^1.4.22",
|
|
48
|
-
"@thi.ng/matrices": "^2.2.
|
|
49
|
-
"@thi.ng/memoize": "^3.1.
|
|
50
|
-
"@thi.ng/pixel": "^4.3.
|
|
51
|
-
"@thi.ng/shader-ast": "^0.12.
|
|
52
|
-
"@thi.ng/shader-ast-glsl": "^0.4.
|
|
53
|
-
"@thi.ng/shader-ast-stdlib": "^0.16.
|
|
54
|
-
"@thi.ng/transducers": "^8.8.
|
|
55
|
-
"@thi.ng/vector-pools": "^3.1.
|
|
56
|
-
"@thi.ng/vectors": "^7.8.
|
|
48
|
+
"@thi.ng/matrices": "^2.2.4",
|
|
49
|
+
"@thi.ng/memoize": "^3.1.40",
|
|
50
|
+
"@thi.ng/pixel": "^4.3.1",
|
|
51
|
+
"@thi.ng/shader-ast": "^0.12.77",
|
|
52
|
+
"@thi.ng/shader-ast-glsl": "^0.4.77",
|
|
53
|
+
"@thi.ng/shader-ast-stdlib": "^0.16.2",
|
|
54
|
+
"@thi.ng/transducers": "^8.8.7",
|
|
55
|
+
"@thi.ng/vector-pools": "^3.1.82",
|
|
56
|
+
"@thi.ng/vectors": "^7.8.1"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -219,5 +219,5 @@
|
|
|
219
219
|
],
|
|
220
220
|
"year": 2014
|
|
221
221
|
},
|
|
222
|
-
"gitHead": "
|
|
222
|
+
"gitHead": "bfa16829786146bd24df3cdbd44649a45a603e44\n"
|
|
223
223
|
}
|