1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 14:20:04 -04:00

Replace clipboard with copypasta (#221)

- Fixes #146
This commit is contained in:
Jay Oster
2021-03-10 02:16:45 -08:00
committed by GitHub
parent 017d602fe5
commit 269bcdfce3
3 changed files with 63 additions and 43 deletions

View File

@@ -19,7 +19,7 @@ include = [
]
[dependencies]
clipboard = "0.5"
copypasta = "0.7"
egui = { version = "0.10.0", path = "../egui" }
epi = { version = "0.10.0", path = "../epi" }
glium = "0.29"