mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Use arboard in servoshell instead of rust-clipboard (#30274)
rust-clipboard is unmaintained, which means that it pulls in very old dependencies (including a version xcb with 3 critical security vulnerabilities). In addition, we already depend on arboard. This removes four crates from our dependency graph.
This commit is contained in:
parent
8d5dc7a0bb
commit
0cf84f9f7c
4 changed files with 18 additions and 63 deletions
|
@ -44,8 +44,8 @@ webgl_backtrace = ["libservo/webgl_backtrace"]
|
|||
xr-profile = ["libservo/xr-profile"]
|
||||
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||
arboard = "3"
|
||||
backtrace = { workspace = true }
|
||||
clipboard = "0.5"
|
||||
egui = "0.22.0"
|
||||
egui_glow = { version = "0.22.0", features = ["winit"] }
|
||||
egui-winit = { version = "0.22.0", default-features = false, features = ["clipboard", "wayland"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue