Skip to content

Commit b985214

Browse files
Update clipboard-rs from 0.2.x to 0.3 (#392)
1 parent 587b763 commit b985214

File tree

2 files changed

+50
-8
lines changed

2 files changed

+50
-8
lines changed

Cargo.lock

Lines changed: 49 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/vello_editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ workspace = true
2626
winit = { version = "0.30.11", features = ["android-native-activity"] }
2727

2828
[target.'cfg(any(target_os = "windows", target_os = "macos", target_os = "linux"))'.dependencies]
29-
clipboard-rs = "0.2.4"
29+
clipboard-rs = "0.3.0"
3030

3131
[target.'cfg(target_arch = "wasm32")'.dependencies]
3232
web-time = "1.1.0"

0 commit comments

Comments
 (0)