1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

[web] port all remaining JS code to Rust

This commit is contained in:
Emil Ernerfeldt
2020-07-18 18:00:05 +02:00
parent 0afad57d41
commit 1a4c399e41
9 changed files with 568 additions and 290 deletions

View File

@@ -22,17 +22,22 @@ features = [
'console',
'CssStyleDeclaration',
'Document',
'DomRect',
'Element',
'HtmlCanvasElement',
'HtmlElement',
'Location',
'Performance',
'Storage',
'Touch',
'TouchEvent',
'TouchList',
'WebGlBuffer',
'WebGlProgram',
'WebGlRenderingContext',
'WebGlShader',
'WebGlTexture',
'WebGlUniformLocation',
'WheelEvent',
'Window',
]