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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user