1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Update arboard, fixing copy-paste on X11 (#2238)

* Revert "Fix copy-paste on Windows (#2120)"

This reverts commit f61044cef7.

* Update arboard to 3.2
This commit is contained in:
Emil Ernerfeldt
2022-11-07 09:54:42 +01:00
committed by GitHub
parent 22a917c00a
commit 17501d7e3e
3 changed files with 13 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -119,9 +119,9 @@ dependencies = [
[[package]]
name = "arboard"
version = "3.1.0"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e8af4eff708b72e371acd4625ad3d01a88c946b9e8d6868cb5bb6e4d0d923c"
checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854"
dependencies = [
"clipboard-win",
"log",