mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
[web] move all reusable web code into egui_web
This commit is contained in:
@@ -10,6 +10,7 @@ crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
js-sys = "0.3"
|
||||
parking_lot = "0.11"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
wasm-bindgen = "0.2"
|
||||
@@ -26,7 +27,9 @@ features = [
|
||||
'Element',
|
||||
'HtmlCanvasElement',
|
||||
'HtmlElement',
|
||||
'KeyboardEvent',
|
||||
'Location',
|
||||
'MouseEvent',
|
||||
'Performance',
|
||||
'Storage',
|
||||
'Touch',
|
||||
|
||||
Reference in New Issue
Block a user