glsl-2d-primitives
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "glsl-2d-primitives", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "SDF functions to draw 2D shapes in glsl.", | ||
@@ -33,4 +33,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"glsl-aastep": "^1.0.1" | ||
"glsl-aastep": "^1.0.1", | ||
"glsl-constants": "^1.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4328
2
+ Addedglsl-constants@^1.0.0
+ Addedglsl-constants@1.0.0(transitive)