Merge branch 'sxyazi:main' into expose-user-config

This commit is contained in:
hankertrix 2025-02-28 20:41:54 +08:00 committed by GitHub
commit b0294e4e93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 20 deletions

View file

@ -6,7 +6,7 @@
<br>
<b>Warp, the intelligent terminal</b>
<br>
<sup>Yazi's AI-powered terminal of choice!<br>Available for macOS and Linux</sup>
<sup>Yazi's AI-powered terminal of choice!<br>Available for macOS, Linux and Windows</sup>
</a>
</div>
@ -53,7 +53,7 @@ Yazi is currently in heavy development, expect breaking changes.
## Image Preview
| Platform | Protocol | Support |
| ------------------------------------------------------------------------------------------------------------- | -------------------------------------- | ----------------------------------------------------- |
| ---------------------------------------------------------------------------- | -------------------------------------- | ----------------------------------------------------- |
| [kitty](https://github.com/kovidgoyal/kitty) (>= 0.28.0) | [Kitty unicode placeholders][kgp] | ✅ Built-in |
| [iTerm2](https://iterm2.com) | [Inline images protocol][iip] | ✅ Built-in |
| [WezTerm](https://github.com/wez/wezterm) | [Inline images protocol][iip] | ✅ Built-in |

View file

@ -29,7 +29,7 @@ tracing = { workspace = true }
libc = { workspace = true }
[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.59.0", features = [ "Win32_UI_Shell" ] }
windows-sys = { version = "0.59.0", features = [ "Win32_Storage_FileSystem", "Win32_System_Threading" ] }
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }