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

egui_web: Implement copy, cut and paste

This commit is contained in:
Emil Ernerfeldt
2020-11-15 20:55:41 +01:00
parent c57fba41ab
commit 7651e2f15b
9 changed files with 262 additions and 106 deletions

13
Cargo.lock generated
View File

@@ -561,6 +561,7 @@ dependencies = [
"serde",
"serde_json",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
@@ -1578,6 +1579,18 @@ dependencies = [
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
dependencies = [
"cfg-if 0.1.10",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.68"