1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

egui_web: Add simple fetch API and demostrate it in example_web

This commit is contained in:
Emil Ernerfeldt
2020-11-18 00:43:58 +01:00
parent 0cb3bb791b
commit fad0029119
8 changed files with 1046 additions and 26 deletions

View File

@@ -35,6 +35,7 @@ features = [
'Document',
'DomRect',
'Element',
'Headers',
'HtmlCanvasElement',
'HtmlElement',
'KeyboardEvent',
@@ -42,6 +43,10 @@ features = [
'MouseEvent',
'Navigator',
'Performance',
'Request',
'RequestInit',
'RequestMode',
'Response',
'Storage',
'Touch',
'TouchEvent',