mirror of
https://github.com/Rezmason/matrix.git
synced 2026-04-17 05:49:30 -07:00
Non-module scripts are now imported through the JS. It's not pretty, but it keeps the WebGPU project from loading regl unnecessarily.
This commit is contained in:
@@ -31,9 +31,6 @@
|
||||
|
||||
For more information, please visit: https://github.com/Rezmason/matrix
|
||||
-->
|
||||
<!-- <script src="lib/regl.min.js"></script> -->
|
||||
<script src="lib/regl.js"></script>
|
||||
<script src="lib/gl-matrix.js"></script>
|
||||
<script type="module" src="js/main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user