Add rasterization to bitmap to sixel.

This commit is contained in:
Michael Mikovsky
2025-09-18 14:05:44 -06:00
commit 4eb4a57a8c
6 changed files with 194 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[package]
name = "rustex"
version = "0.1.0"
edition = "2024"
[dependencies]
fontdue = "0.9.3"
icy_sixel = "0.1.3"
lazy_static = "1.5.0"