Skip to content

Commit

Permalink
unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Dec 7, 2015
1 parent 5b305a4 commit 8b7659e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"browserify": "^12.0.1",
"budo": "^7.0.2",
"glsl-aastep": "^1.0.1",
"glsl-hsl2rgb": "^1.1.0",
"glsl-noise": "0.0.0",
"glslify": "^4.0.0",
"load-bmfont": "^1.0.0",
Expand Down
1 change: 0 additions & 1 deletion test/shaders/fx.frag
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ varying float vLine;

#pragma glslify: noise = require('glsl-noise/simplex/3d')
#pragma glslify: aastep = require('glsl-aastep')
#pragma glslify: hsl2rgb = require('glsl-hsl2rgb')

void main() {
vec4 texColor = texture2D(map, vUv);
Expand Down

0 comments on commit 8b7659e

Please sign in to comment.