1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

update arboard to 3.0 (#2067)

This commit is contained in:
Emil Ernerfeldt
2022-09-21 09:14:55 +02:00
committed by GitHub
parent 2b0bf82b51
commit 12dc61ed0f
2 changed files with 17 additions and 6 deletions

View File

@@ -67,4 +67,4 @@ webbrowser = { version = "0.7", optional = true }
smithay-clipboard = { version = "0.6.3", optional = true }
[target.'cfg(not(target_os = "android"))'.dependencies]
arboard = { version = "2.1", optional = true, default-features = false }
arboard = { version = "3.0", optional = true, default-features = false }