Skip to content

Commit

Permalink
Updated the web demo
Browse files Browse the repository at this point in the history
  • Loading branch information
urholaukkarinen committed Jan 9, 2024
1 parent d5f7915 commit d288d22
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/egui-gizmo-demo.js

Large diffs are not rendered by default.

Binary file modified docs/egui-gizmo-demo_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<title>egui-gizmo demo</title><style>body,canvas,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;position:absolute;background:black;z-index:0}</style><link as=fetch crossorigin href=./egui-gizmo-demo_bg.wasm integrity=sha384-0_buKgG-D-8iYyCT0JFMbYOItWqv5egeNPj77alEs3OIgGY1ymr8oIyP_uIJAjWg rel=preload type=application/wasm><link crossorigin href=./egui-gizmo-demo.js integrity=sha384-GEq08pA0KdIbfWTwVDS6PwJGR-AmP8RMmOmoJt6qAU5bFo_9tAuBnHdKNm3nWr3f rel=modulepreload></head><body oncontextmenu="return false;"><script type=module>
<title>egui-gizmo demo</title><style>body,canvas,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden;position:absolute;background:black;z-index:0}</style><link as=fetch crossorigin href=./egui-gizmo-demo_bg.wasm integrity=sha384-_m4KZ3sk5EciNVPbvfL26vsm3GpfBwmRGPwBn6T8R8YDqeZ5FroLh2Z1Mg-zfPRM rel=preload type=application/wasm><link crossorigin href=./egui-gizmo-demo.js integrity=sha384-aAUtZnUcZxnAIx0Bo3HpSQU_yjPuzCT34MBzD2w6Dbtb5WzJCB41rHbuuZc3lDde rel=modulepreload></head><body oncontextmenu="return false;"><script type=module>
import init, * as bindings from './egui-gizmo-demo.js';
init('./egui-gizmo-demo_bg.wasm');
window.wasmBindings = bindings;
Expand Down

0 comments on commit d288d22

Please sign in to comment.