-1 on unrecognized input and start bitmap converter

This commit is contained in:
Mwa
2026-03-17 13:22:33 +01:00
parent 30a7d1c5e4
commit 20f7c289ed
5 changed files with 798 additions and 23 deletions

8
bitmap_to_asm/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "bitmap_to_asm"
version = "0.1.0"
edition = "2024"
[dependencies]
image = "0.25.10"
regex = "1.12.3"