diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-01-07 19:38:38 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-01-07 19:38:38 -0800 |
| commit | 92a8abf1a9c26c3e0cd71d58b81f87b09efff170 (patch) | |
| tree | 98b30f7abd550175f9ac8496d9d10b6a0e27870b /src/toys/julia/index.html | |
| parent | 91b7598b22f89319f64054daf42c950de3eb6451 (diff) | |
| download | lizdotcoffee-92a8abf1a9c26c3e0cd71d58b81f87b09efff170.tar.gz lizdotcoffee-92a8abf1a9c26c3e0cd71d58b81f87b09efff170.zip | |
Use gpu browser CDN edition
Diffstat (limited to 'src/toys/julia/index.html')
| -rw-r--r-- | src/toys/julia/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toys/julia/index.html b/src/toys/julia/index.html index 5b4c90d..9d9de51 100644 --- a/src/toys/julia/index.html +++ b/src/toys/julia/index.html @@ -45,7 +45,7 @@ powered by <a href="https://github.com/gpujs/gpu.js">gpu.js</a> </div> - <script src="gpu-browser.js"></script> + <script src="https://cdn.jsdelivr.net/npm/gpu.js@latest/dist/gpu-browser.min.js"></script> <script src="julia.js"></script> </body> </html> |
