1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

WIP: rust WebGL rendering

This commit is contained in:
Emil Ernerfeldt
2019-01-04 14:14:32 +01:00
parent bfa20be28e
commit a1ddef742d
22 changed files with 1346 additions and 202 deletions

View File

@@ -32,7 +32,7 @@
</script>
<!-- this is the JS generated by the `wasm-bindgen` CLI tool -->
<script src="emgui.js"></script>
<script src="emgui_wasm.js"></script>
<script src="frontend.js" type="module"></script>