Skip to content

Commit

Permalink
upgrade clipboard-rs to v0.1.9. Optimize bundle size. Add prettier.
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Jul 23, 2024
1 parent 32ba055 commit efffb8a
Show file tree
Hide file tree
Showing 6 changed files with 320 additions and 203 deletions.
7 changes: 7 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "none",
"semi": false,
"plugins": []
}
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-clipboard"
version = "2.1.3"
version = "2.1.4"
license = "MIT"
description = "A clipboard plugin for Tauri that supports text, html, rtf, files and image, as well as clipboard update listening."
authors = [ "Huakun" ]
Expand All @@ -16,7 +16,7 @@ serde = "1.0"
thiserror = "1.0"
base64 = "0.22.1"
image = "0.25.1"
clipboard-rs = "0.1.7"
clipboard-rs = "0.1.9"

[build-dependencies]
tauri-plugin = { version = "2.0.0-beta.15", features = ["build"] }
Loading

0 comments on commit efffb8a

Please sign in to comment.