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

[web] port JS code to Rust

This commit is contained in:
Emil Ernerfeldt
2020-07-18 10:54:31 +02:00
parent 8dced5896c
commit 0afad57d41
7 changed files with 554 additions and 392 deletions

View File

@@ -20,9 +20,12 @@ egui = { path = "../egui", features = ["with_serde"] }
version = "0.3"
features = [
'console',
'CssStyleDeclaration',
'Document',
'Element',
'HtmlCanvasElement',
'HtmlElement',
'Location',
'Performance',
'Storage',
'WebGlBuffer',