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:
@@ -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',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user