create cli_img_test to print pixel art into term, after discovering crate showie

This commit is contained in:
2026-02-26 22:23:50 +01:00
parent 005a760c60
commit 6e33b9b51e
8 changed files with 1337 additions and 6 deletions

8
cli_img_test/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "cli_img_test"
version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25.9"
showie = "2.0.1"