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