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

Major refactor of layout code

This commit is contained in:
Emil Ernerfeldt
2019-01-06 16:34:01 +01:00
parent aa63303892
commit 56da7f40e8
7 changed files with 269 additions and 201 deletions

View File

@@ -9,7 +9,6 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
js-sys = "0.3"
lazy_static = "1"
serde = "1"
serde_json = "1"
wasm-bindgen = "0.2"
@@ -22,6 +21,7 @@ features = [
'Document',
'Element',
'HtmlCanvasElement',
'Performance',
'WebGlBuffer',
'WebGlProgram',
'WebGlRenderingContext',