We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477b6a3 commit 3b4f9d7Copy full SHA for 3b4f9d7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "rollup-plugin-glsl-optimize",
3
- "version": "0.0.9",
+ "version": "0.0.10",
4
"description": "Import GLSL source files as strings. Pre-processed, validated and optimized with Khronos Group SPIRV-Tools. Supports glslify.",
5
"homepage": "https://github.com/docd27/rollup-plugin-glsl-optimize#readme",
6
"keywords": [
@@ -46,7 +46,7 @@
46
},
47
"installBinaries": {
48
"url": "https://github.com/docd27/rollup-plugin-glsl-optimize/releases/download/",
49
- "tag": "b0.0.4"
+ "tag": "b0.0.5"
50
51
"dependencies": {
52
"@derhuerst/http-basic": "^8.2.1",
0 commit comments