pixterm 0.4.0

A CLI to show images in a terminal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "pixterm"
version = "0.4.0"
edition = "2021"
authors = ["RubixDev"]
license = "GPL-3.0-only"
description = "A CLI to show images in a terminal"
repository = "https://github.com/RubixDev/pixterm"
keywords = ["ansi", "terminal", "pixel", "image", "cli"]
categories = ["multimedia", "command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ansipix = "1.0.0"
clap = { version = "3.2.6", features = ["derive"] }