File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ thiserror = { workspace = true }
3434
3535[target ."cfg(target_os = \"macos\")" .dependencies ]
3636objc2 = " 0.6.0"
37- # 必须显式开启用到类的 feature
3837objc2-foundation = { version = " 0.3.2" , features = [
3938 " NSString" ,
4039 " NSURL" ,
Original file line number Diff line number Diff line change 44
55| Platform | Supported |
66| -------- | --------- |
7- | Linux | ✓ |
7+ | Linux | x |
88| Windows | ✓ |
99| macOS | ✓ |
10- | Android | ✓ |
11- | iOS | ✓ |
10+ | Android | x |
11+ | iOS | x |
1212
1313## Install
1414
@@ -26,7 +26,7 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
2626
2727``` toml
2828[dependencies ]
29- tauri-plugin-recent-doc = " 2 .0.0"
29+ tauri-plugin-recent-doc = " 1 .0.0"
3030# alternatively with Git:
3131tauri-plugin-recent-doc = { git = " https://github.com/tauri-apps/plugins-workspace" , branch = " v2" }
3232```
You can’t perform that action at this time.
0 commit comments