1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 23:30:04 -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

View File

@@ -4,7 +4,6 @@ TODO-list for the Egui project. If you looking for something to do, look here.
## Top priority
* Egui-web copy-paste
* Egui-web fetch
## Other
@@ -83,7 +82,7 @@ TODO-list for the Egui project. If you looking for something to do, look here.
* [x] Change to resize cursor on hover
* [x] Port most code to Rust
* [x] Read url fragment and redirect to a subpage (e.g. different examples apps)]
* [ ] Copy/paste support
* [x] Copy/paste support
* [ ] Async HTTP requests
* [ ] Fix WebGL colors/blending (try EXT_sRGB)
* [ ] Embeddability