1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

[egui] prepare for 0.1.0 release

This commit is contained in:
Emil Ernerfeldt
2020-05-30 18:22:33 +02:00
parent 2f4a3a1273
commit bea7e3a52e
5 changed files with 14 additions and 8 deletions

View File

@@ -57,7 +57,7 @@
function paint_gui(canvas) {
if (g_wasm_app === null) {
g_wasm_app = wasm_bindgen.new_webgl_gui("canvas", pixels_per_point());
g_wasm_app = wasm_bindgen.new_webgl_gui("canvas");
}
let input = {