mirror of https://github.com/o2sh/onefetch.git
12 changed files with 46 additions and 7 deletions
@ -0,0 +1,16 @@
@@ -0,0 +1,16 @@
|
||||
[package] |
||||
authors = ["o2sh <ossama-hjaji@live.fr>"] |
||||
name = "onefetch-image" |
||||
version = "2.13.2" |
||||
edition = "2021" |
||||
license = "MIT" |
||||
readme = "README.md" |
||||
|
||||
[dependencies] |
||||
image = "0.24.4" |
||||
anyhow = "1.0" |
||||
clap = "4.0.22" |
||||
|
||||
[target.'cfg(not(windows))'.dependencies] |
||||
base64 = "0.13.0" |
||||
libc = "0.2.134" |
||||
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
# image |
||||
|
||||
Provides the primary interface to diplay images in the terminal. |
||||
|
||||
Protocols supported: |
||||
|
||||
- Sixel |
||||
- Kitty |
||||
- Iterm |
||||
|
||||
_This crate is designed as part of the [onefetch](https://github.com/o2sh/onefetch) project._ |
||||
Loading…
Reference in new issue