Skip to content

Commit 6c19c6e

Browse files
committed
add dependencies for WebGL compilation
1 parent 74ddb60 commit 6c19c6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

worker/elm.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
"elm/http": "2.0.0",
1313
"elm/json": "1.1.3",
1414
"elm/svg": "1.0.1",
15-
"elm/time": "1.0.0"
15+
"elm/time": "1.0.0",
16+
"elm-explorations/linear-algebra": "1.0.3",
17+
"elm-explorations/webgl": "1.1.0"
1618
},
1719
"indirect": {
1820
"elm/bytes": "1.0.8",

0 commit comments

Comments
 (0)