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

@@ -2,6 +2,9 @@ on: [push, pull_request]
name: CI
env:
RUSTFLAGS: --cfg=web_sys_unstable_apis
jobs:
check:
name: Check