@thi.ng/shader-ast-stdlib 0.16.1 → 0.16.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 +3 -3
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -114,11 +114,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 13.42 KB
|
|
|
114
114
|
|
|
115
115
|
## Usage examples
|
|
116
116
|
|
|
117
|
-
Several
|
|
117
|
+
Several projects in this repo's
|
|
118
118
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
119
|
-
directory are using this package
|
|
120
|
-
|
|
121
|
-
A selection:
|
|
119
|
+
directory are using this package:
|
|
122
120
|
|
|
123
121
|
| Screenshot | Description | Live demo | Source |
|
|
124
122
|
|:-----------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------|:----------------------------------------------------------|:---------------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/shader-ast-stdlib",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.3",
|
|
4
4
|
"description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@thi.ng/api": "^8.9.6",
|
|
41
|
-
"@thi.ng/shader-ast": "^0.12.
|
|
41
|
+
"@thi.ng/shader-ast": "^0.12.78"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -354,5 +354,5 @@
|
|
|
354
354
|
],
|
|
355
355
|
"year": 2019
|
|
356
356
|
},
|
|
357
|
-
"gitHead": "
|
|
357
|
+
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
|
|
358
358
|
}
|