@thi.ng/webgl 6.9.92 → 6.9.93
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 +2 -2
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -182,4 +182,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
182
182
|
|
|
183
183
|
## License
|
|
184
184
|
|
|
185
|
-
© 2014 -
|
|
185
|
+
© 2014 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/webgl",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.93",
|
|
4
4
|
"description": "WebGL & GLSL abstraction layer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@thi.ng/api": "^8.12.
|
|
47
|
-
"@thi.ng/canvas": "^1.1.
|
|
48
|
-
"@thi.ng/checks": "^3.8.
|
|
49
|
-
"@thi.ng/equiv": "^2.1.
|
|
50
|
-
"@thi.ng/errors": "^2.6.
|
|
51
|
-
"@thi.ng/logger": "^3.2.
|
|
52
|
-
"@thi.ng/matrices": "^3.0.
|
|
53
|
-
"@thi.ng/memoize": "^4.0.
|
|
54
|
-
"@thi.ng/object-utils": "^1.3.
|
|
55
|
-
"@thi.ng/pixel": "^7.5.
|
|
56
|
-
"@thi.ng/shader-ast": "^1.1.
|
|
57
|
-
"@thi.ng/shader-ast-glsl": "^1.0.
|
|
58
|
-
"@thi.ng/shader-ast-stdlib": "^1.0.
|
|
59
|
-
"@thi.ng/transducers": "^9.6.
|
|
60
|
-
"@thi.ng/vector-pools": "^3.2.
|
|
61
|
-
"@thi.ng/vectors": "^8.6.
|
|
46
|
+
"@thi.ng/api": "^8.12.12",
|
|
47
|
+
"@thi.ng/canvas": "^1.1.5",
|
|
48
|
+
"@thi.ng/checks": "^3.8.2",
|
|
49
|
+
"@thi.ng/equiv": "^2.1.102",
|
|
50
|
+
"@thi.ng/errors": "^2.6.1",
|
|
51
|
+
"@thi.ng/logger": "^3.2.11",
|
|
52
|
+
"@thi.ng/matrices": "^3.0.33",
|
|
53
|
+
"@thi.ng/memoize": "^4.0.36",
|
|
54
|
+
"@thi.ng/object-utils": "^1.3.4",
|
|
55
|
+
"@thi.ng/pixel": "^7.5.21",
|
|
56
|
+
"@thi.ng/shader-ast": "^1.1.35",
|
|
57
|
+
"@thi.ng/shader-ast-glsl": "^1.0.54",
|
|
58
|
+
"@thi.ng/shader-ast-stdlib": "^1.0.54",
|
|
59
|
+
"@thi.ng/transducers": "^9.6.21",
|
|
60
|
+
"@thi.ng/vector-pools": "^3.2.83",
|
|
61
|
+
"@thi.ng/vectors": "^8.6.18"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"esbuild": "^0.27.0",
|
|
@@ -227,5 +227,5 @@
|
|
|
227
227
|
],
|
|
228
228
|
"year": 2014
|
|
229
229
|
},
|
|
230
|
-
"gitHead": "
|
|
230
|
+
"gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
|
|
231
231
|
}
|